Custom Right-Click Menu
Create a custom right-click menu and choose the links and scripts you want in it.
Qu'est-ce que Custom Right-Click Menu ?
Custom Right-Click Menu est une extension Chrome développée par awsdfgvhbjn.dev, et sa fonction principale est "Create a custom right-click menu and choose the links and scripts you want in it.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Custom Right-Click Menu
Téléchargez les fichiers d'extension Custom Right-Click Menu au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Custom Right-Click Menu |
ID | onnbmgmepodkilcbdodhfepllfmafmlj |
URL Officiel | https://chromewebstore.google.com/detail/custom-right-click-menu/onnbmgmepodkilcbdodhfepllfmafmlj |
Description | Create a custom right-click menu and choose the links and scripts you want in it. |
Taille du Fichier | 4.51 MB |
Nombre d'Installations | 6,030 |
Version Actuelle | 2.2.14 |
Dernière Mise à Jour | 2021-02-10 |
Date de Publication | 2020-04-27 |
Évaluation | 3.93/5 Total 43 Évaluations |
Développeur | awsdfgvhbjn.dev |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/SanderRonde/CustomRightClickMenu |
URL de la Page d'Aide | https://github.com/SanderRonde/CustomRightClickMenu/issues |
Langues Prises en Charge | 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": [ " |