Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
fix #152
Browse files Browse the repository at this point in the history
  • Loading branch information
zimocode committed Sep 19, 2021
1 parent fec120f commit bf7d1bb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions change.log
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"log": [
{
"ver":"6.7.1231.1114",
"ver":"6.7.1231.1115",
"date":"2021.09.19",
"content":[
"new: add new option open type - current window",
"improve: Support Developer",
"fix bugs: issues@github: #141, #154, #113"
"fix bugs: issues@github: #141, #154, #113, #152"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion js/event.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ var sue={
}

chrome.runtime.sendMessage(extID,{type:"action_wges",sendValue:sendValue,selEle:sue.selEle})
e.preventDefault();
// e.preventDefault();
}
break;
case"click":
Expand Down
7 changes: 3 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"minimum_chrome_version": "22",
"name": "smartUp Gestures(Beta)",
"short_name":"smartUp",
"version": "6.7.1231.1114",
"version": "6.7.1231.1115",
"description": "__MSG_ext_des__",
"default_locale": "en",
"author":"zimo",
Expand Down Expand Up @@ -41,7 +41,6 @@
"image/*",
"icon.png"
],
"incognito": "split",
"permissions": ["tabs","<all_urls>","notifications","storage","contextMenus","unlimitedStorage","tts"],
"optional_permissions": ["downloads","downloads.shelf","clipboardRead","clipboardWrite","bookmarks","history","management","sessions","pageCapture","background","topSites"]
"permissions": ["tabs","<all_urls>","notifications","storage","contextMenus","unlimitedStorage","management","sessions"],
"optional_permissions": ["browserSettings","downloads","clipboardRead","clipboardWrite","bookmarks","history","topSites"]
}

0 comments on commit bf7d1bb

Please sign in to comment.