Enable Right Click
It's my context menu and I want it now!
Enable Right Clickとは何ですか?
Enable Right ClickはChristopher Woodallによって開発されたChromeの拡張機能で、その主な機能は「It's my context menu and I want it now!」です。
拡張機能のスクリーンショット
Enable Right Click拡張機能のCRXファイルをダウンロード
Enable Right Click拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension re-enables right click menus on website that try to block it! Give it a try. Feel free to leave some feedback! 拡張機能の基本情報
| 名前 | |
| ID | nemnpbkkffglpnjncoglabfglkidbbek |
| 公式URL | https://chromewebstore.google.com/detail/enable-right-click/nemnpbkkffglpnjncoglabfglkidbbek |
| 説明 | It's my context menu and I want it now! |
| ファイルサイズ | 9.83 KB |
| インストール数 | 3,787 |
| 現在のバージョン | 3.5 |
| 最終更新日 | 2015-02-02 |
| 公開日 | 2015-02-02 |
| 評価 | 3.14/5 合計 14 レビュー |
| 開発者 | Christopher Woodall |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Enable Right Click",
"description": "It's my context menu and I want it now!",
"version": "3.5",
"icons": {
"16": "app\/assets\/img\/logo16.png",
"48": "app\/assets\/img\/logo48.png",
"128": "app\/assets\/img\/logo128.png"
},
"content_scripts": [
{
"js": [
"app\/ContentScript.js"
],
"run_at": "document_end",
"matches": [
"*:\/\/*\/*"
],
"all_frames": true,
"match_about_blank": true
}
],
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |