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 |
| 官方網址 | 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:\/\/*\/*"
]
} | |