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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον awsdfgvhbjn.dev, και η κύρια λειτουργία του είναι "Create a custom right-click menu and choose the links and scripts you want in it.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Custom Right-Click Menu
Λήψη αρχείων επέκτασης 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": [ " |