Custom Right-Click Menu
Create a custom right-click menu and choose the links and scripts you want in it.
Was ist Custom Right-Click Menu?
Custom Right-Click Menu ist eine Chrome-Erweiterung, die von awsdfgvhbjn.dev entwickelt wurde, und ihr Hauptmerkmal ist "Create a custom right-click menu and choose the links and scripts you want in it.".
Erweiterungsscreenshots
Custom Right-Click Menu-Erweiterungs-CRX-Datei herunterladen
Laden Sie Custom Right-Click Menu-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Custom Right-Click Menu |
ID | onnbmgmepodkilcbdodhfepllfmafmlj |
Offizielle URL | https://chromewebstore.google.com/detail/custom-right-click-menu/onnbmgmepodkilcbdodhfepllfmafmlj |
Beschreibung | Create a custom right-click menu and choose the links and scripts you want in it. |
Dateigröße | 4.51 MB |
Installationsanzahl | 6,030 |
Aktuelle Version | 2.2.14 |
Letztes Update | 2021-02-10 |
Veröffentlichungsdatum | 2020-04-27 |
Bewertung | 3.93/5 Insgesamt 43 Bewertungen |
Entwickler | awsdfgvhbjn.dev |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/SanderRonde/CustomRightClickMenu |
Hilfeseite URL | https://github.com/SanderRonde/CustomRightClickMenu/issues |
Unterstützte Sprachen | 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": [ " |