Custom Right-Click Menu
Create a custom right-click menu and choose the links and scripts you want in it.
Wat is Custom Right-Click Menu?
Custom Right-Click Menu is een Chrome-extensie ontwikkeld door awsdfgvhbjn.dev, en de belangrijkste functie is "Create a custom right-click menu and choose the links and scripts you want in it.".
Extensie Screenshots
Download het CRX-bestand van de extensie Custom Right-Click Menu
Download Custom Right-Click Menu-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Custom Right-Click Menu |
ID | onnbmgmepodkilcbdodhfepllfmafmlj |
Officiële URL | https://chromewebstore.google.com/detail/custom-right-click-menu/onnbmgmepodkilcbdodhfepllfmafmlj |
Beschrijving | Create a custom right-click menu and choose the links and scripts you want in it. |
Bestandsgrootte | 4.51 MB |
Aantal Installaties | 6,030 |
Huidige Versie | 2.2.14 |
Laatst Bijgewerkt | 2021-02-10 |
Publicatiedatum | 2020-04-27 |
Beoordeling | 3.93/5 Totaal 43 Beoordelingen |
Ontwikkelaar | awsdfgvhbjn.dev |
Betalingswijze | free |
Extensiewebsite | https://github.com/SanderRonde/CustomRightClickMenu |
Help Pagina-URL | https://github.com/SanderRonde/CustomRightClickMenu/issues |
Ondersteunde Talen | 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": [ " |