Open hikinandbikin opened 1 year ago
+1
I was tried to download and manually installed in chrome ( v2.8.1 ), and noticed the issue might from "manifest_vesion":2
in manifest.json
file:
Here are full contents of manifest.json
:
$ /bin/cat manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version":2,"name":"Smooth Gestures Plus","short_name":"Smooth Gestures Plus","version":"2.8.10","description":"__MSG_description__","minimum_chrome_version":"20","default_locale":"en","icons":{"16":"img/icon16.png","32":"img/icon32.png","48":"img/icon48.png","128":"img/icon128.png"},"background":{"scripts":["js/jquery.min.js","js/sjcl.js","js/bg.js"]},"options_page":"options.html","content_scripts":[{"matches":["<all_urls>"],"js":["js/gestures.js"],"match_about_blank":true,"all_frames":true,"run_at":"document_start"},{"matches":["<all_urls>"],"js":["js/gestures.js","js/jquery.min.js"],"match_about_blank":true,"all_frames":true,"run_at":"document_end"}],"page_action":{"default_icon":"img/pageaction.png","default_popup":"popup.html"},"optional_permissions":["nativeMessaging","bookmarks"],"permissions":["tabs","storage","<all_urls>"]}
Smooth Gestures doesn't seem to be accessible any longer in the Chrome Store. It was available when I installed Edge after on a new PC a few months aog and now it is gone from the extension store (Both Edge and Chrome). Circumstantially, I am trying to run Smooth Gestures on Edge. It currently is working with my work account but when I use my personal account Smooth Gestures isn't present in extensions and I can't install it. It looks like the last readme update was back in 2020. At that time there was a problem with the Chrome store, but I am fairly sure it has been fixed since then. Is Smooth Gestures still being maintained? Is there a new Chrome store issue?