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 |
官方網址 | 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": [ " |