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": [ " |