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 to jest Enable right click?
Enable right click to rozszerzenie Chrome opracowane przez https://0-9.tumblr.com, a jego główną funkcją jest „Enable right-click on pages where right-click is disabled. Simply install this extension to make menus appear on pages where…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Enable right click
Pobierz pliki rozszerzeń Enable right click w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Enable right click |
ID | hhojmcideegachlhfgfdhailpfhgknjm |
Oficjalny URL | https://chromewebstore.google.com/detail/enable-right-click/hhojmcideegachlhfgfdhailpfhgknjm |
Opis | Enable right-click on pages where right-click is disabled. Simply install this extension to make menus appear on pages where… |
Rozmiar pliku | 246 KB |
Liczba instalacji | 178,435 |
Aktualna Wersja | 0.0.10 |
Ostatnia Aktualizacja | 2023-10-24 |
Data Publikacji | 2017-04-26 |
Ocena | 3.57/5 Łącznie 545 Oceny |
Deweloper | https://0-9.tumblr.com |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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": [ " |