Custom Right-Click Menu
Create a custom right-click menu and choose the links and scripts you want in it.
Cos'è Custom Right-Click Menu?
Custom Right-Click Menu è un'estensione di Chrome sviluppata da awsdfgvhbjn.dev, e la sua funzione principale è "Create a custom right-click menu and choose the links and scripts you want in it.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Custom Right-Click Menu
Scarica i file di estensione Custom Right-Click Menu in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Custom Right-Click Menu |
ID | onnbmgmepodkilcbdodhfepllfmafmlj |
URL Ufficiale | https://chromewebstore.google.com/detail/custom-right-click-menu/onnbmgmepodkilcbdodhfepllfmafmlj |
Descrizione | Create a custom right-click menu and choose the links and scripts you want in it. |
Dimensione del File | 4.51 MB |
Conteggio Installazioni | 6,030 |
Versione Corrente | 2.2.14 |
Ultimo Aggiornamento | 2021-02-10 |
Data di Pubblicazione | 2020-04-27 |
Valutazione | 3.93/5 Totale 43 Valutazioni |
Sviluppatore | awsdfgvhbjn.dev |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/SanderRonde/CustomRightClickMenu |
URL della Pagina di Aiuto | https://github.com/SanderRonde/CustomRightClickMenu/issues |
Lingue Supportate | 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": [ " |