Custom Right-Click Menu
Create a custom right-click menu and choose the links and scripts you want in it.
什么是Custom Right-Click Menu?
Custom Right-Click Menu是由awsdfgvhbjn.dev开发的Chrome扩展程序,该扩展的主要功能是“Create a custom right-click menu and choose the links and scripts you want in it.”。
扩展截图
下载Custom Right-Click Menu扩展crx文件
下载Custom Right-Click Menu扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Create your own entries in the right-click menu. Add custom JavasScript scripts, links, sub-menus and custom CSS stylesheets that activate when you click them in your right-click menu and do anything you want all from your right-click menu. Featuring full GreaseMonkey compatibility for userscripts and Stylish compatibility for userstyles. Using the CRM API, the chrome APIs that come with it, and the background script, you have the same freedom in writing JavaScript scripts that you would have writing a chrome extension except that this is a lot easier. This allows you to write just about anything you want and incorporate it into your or someone else's right-click menu by sharing it. For more information check out the source code over at https://github.com/SanderRonde/CustomRightClickMenu
扩展基本信息
名称 | Custom Right-Click Menu |
ID | onnbmgmepodkilcbdodhfepllfmafmlj |
官方URL | https://chromewebstore.google.com/detail/custom-right-click-menu/onnbmgmepodkilcbdodhfepllfmafmlj |
简介 | Create a custom right-click menu and choose the links and scripts you want in it. |
文件大小 | 4.51 MB |
安装次数 | 6,030 |
当前版本 | 2.2.14 |
更新时间 | 2021-02-10 |
上架时间 | 2020-04-27 |
评分 | 3.93/5 共43次评分 |
开发者 | awsdfgvhbjn.dev |
付费类型 | free |
扩展官网 | https://github.com/SanderRonde/CustomRightClickMenu |
帮助页面URL | https://github.com/SanderRonde/CustomRightClickMenu/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "options_page": "html\/options.html", "name": "Custom Right-Click Menu", "description": "Create a custom right-click menu and choose the links and scripts you want in it.", "version": "2.2.14", "short_name": "CRM", "minimum_chrome_version": "26", "background": { "page": "html\/background.html" }, "content_scripts": [ { "matches": [ " |