Enable right click
Enable right-click on pages where right-click is disabled. Simply install this extension to make menus appear on pages where…
Co je Enable right click?
Enable right click je rozšíření Chrome vyvinuté https://0-9.tumblr.com, a jeho hlavní funkcí je „Enable right-click on pages where right-click is disabled. Simply install this extension to make menus appear on pages where…“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Enable right click
Stáhněte si soubory rozšíření Enable right click ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Enable right-click on pages where right-click is disabled. Simply install this extension to make menus appear on pages where right-click is not available. Source code is here. https://github.com/kyo-ago/enable-right-click
Základní Informace o Rozšíření
Název | Enable right click |
ID | hhojmcideegachlhfgfdhailpfhgknjm |
Oficiální URL | https://chromewebstore.google.com/detail/enable-right-click/hhojmcideegachlhfgfdhailpfhgknjm |
Popis | Enable right-click on pages where right-click is disabled. Simply install this extension to make menus appear on pages where… |
Velikost souboru | 246 KB |
Počet instalací | 178,435 |
Aktuální Verze | 0.0.10 |
Poslední Aktualizace | 2023-10-24 |
Datum Vydání | 2017-04-26 |
Hodnocení | 3.57/5 Celkem 545 Hodnocení |
Vývojář | https://0-9.tumblr.com |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Enable right click", "version": "0.0.10", "manifest_version": 2, "default_locale": "en", "icons": { "48": "img\/icon48.png" }, "browser_action": { "default_title": "Disable right click", "default_icon": "img\/icon128.png" }, "options_ui": { "page": "src\/options.html", "chrome_style": true }, "background": { "scripts": [ "src\/DisableSettings.js", "src\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "src\/content_scripts.js" ] } ], "permissions": [ " |