Enable Right Click
Enables right clicking on pages that have it disabled.
Enable Right Clickとは何ですか?
Enable Right Clickはhttps://mattw.lifeによって開発されたChromeの拡張機能で、その主な機能は「Enables right clicking on pages that have it disabled.」です。
拡張機能のスクリーンショット
Enable Right Click拡張機能のCRXファイルをダウンロード
Enable Right Click拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Prevents websites from disabling the default right click context menu.
拡張機能の基本情報
名前 | Enable Right Click |
ID | dcjhdaiolbgldmmfggnlbmjcifkmhohi |
公式URL | https://chromewebstore.google.com/detail/enable-right-click/dcjhdaiolbgldmmfggnlbmjcifkmhohi |
説明 | Enables right clicking on pages that have it disabled. |
ファイルサイズ | 12.92 KB |
インストール数 | 10,000 |
現在のバージョン | 1.2.1 |
最終更新日 | 2022-05-25 |
公開日 | 2018-01-24 |
評価 | 4.21/5 合計 110 レビュー |
開発者 | https://mattw.life |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://mattw.life |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Enable Right Click", "version": "1.2.1", "description": "Enables right clicking on pages that have it disabled.", "manifest_version": 3, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "action": [], "permissions": [ "scripting" ], "host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "background.js" } } |