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:\/\/*\/*"
]
} | |