Extension Control
Elementary extension manager. Compact design, no superfluous features.
Τι είναι το Extension Control;
Το Extension Control είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον luetage, και η κύρια λειτουργία του είναι "Elementary extension manager. Compact design, no superfluous features.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Extension Control
Λήψη αρχείων επέκτασης Extension Control σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Extension Control is a lightweight extension manager designed for those who want essential functionality in an aesthetically pleasing package. The streamlined feature set will enable you to limit resource consumption by letting you choose which extensions you want running at any given time. All from within the convenience of a single menu, that can be accessed directly on your address bar. The menu allows you to: * enable/disable extensions with a single click * get info on version, homepage and ID of an extension * hide selected extensions * execute an uninstall * access extension options Choose from 2 themes to better fit the various browser configurations available. You can also select the maximum width and the font size of the menu, so it can be as compact as you desire.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Extension Control |
ID | himccccaelhgphommckogopgpddngimf |
Επίσημο URL | https://chromewebstore.google.com/detail/extension-control/himccccaelhgphommckogopgpddngimf |
Περιγραφή | Elementary extension manager. Compact design, no superfluous features. |
Μέγεθος Αρχείου | 392 KB |
Αριθμός Εγκαταστάσεων | 2,746 |
Τρέχουσα Έκδοση | 0.68 |
Τελευταία Ενημέρωση | 2019-01-03 |
Ημερομηνία Δημοσίευσης | 2019-01-03 |
Αξιολόγηση | 4.42/5 Συνολικά 33 Αξιολογήσεις |
Προγραμματιστής | luetage |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/luetage/extension_control |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Extension Control", "short_name": "Ext_Control", "version": "0.68", "author": [ "luetage, sjudenim" ], "description": "Elementary extension manager. Compact design, no superfluous features.", "homepage_url": "https:\/\/github.com\/luetage\/extension_control", "permissions": [ "management", "storage" ], "options_ui": { "page": "options.html", "open_in_tab": true }, "web_accessible_resources": [ "icons\/icn16.png" ], "offline_enabled": true, "icons": { "16": "icons\/icn16.png", "48": "icons\/icn48.png", "128": "icons\/icn128.png" }, "browser_action": { "default_icon": { "16": "icons\/icn16.png", "24": "icons\/icn24.png", "38": "icons\/icn38.png" }, "default_popup": "theme_dark.html", "default_title": "Extension Control" }, "background": { "scripts": [ "background.js" ], "persistent": false } } |