Extension Manager
Extension Organizer is created disable all extensions by default, enable all extensions on all sites, or enable them on some sites.
Cos'è Extension Manager?
Extension Manager è un'estensione di Chrome sviluppata da amymurphey97, e la sua funzione principale è "Extension Organizer is created disable all extensions by default, enable all extensions on all sites, or enable them on some sites.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Extension Manager
Scarica i file di estensione Extension Manager 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
Ext Organizer is a one-of-a-kind tool designed to help users manage active extensions. Ext Organizer allows for the specification of certain extensions to be used on specific web pages and allows users to turn off or on all extensions for all pages. Ext Organizer makes it easier for working professionals and students to manage extension use.
Informazioni di Base sull'Estensione
Nome | |
ID | aikoefhdlgldhhnmojgbdcnoaangneaj |
URL Ufficiale | https://chrome.google.com/webstore/detail/extension-manager/aikoefhdlgldhhnmojgbdcnoaangneaj |
Descrizione | Extension Organizer is created disable all extensions by default, enable all extensions on all sites, or enable them on some sites. |
Dimensione del File | 50.7 KB |
Conteggio Installazioni | 10,101 |
Versione Corrente | 1.0.7 |
Ultimo Aggiornamento | 2022-12-02 |
Data di Pubblicazione | 2022-12-02 |
Valutazione | 3.67/5 Totale 3 Valutazioni |
Sviluppatore | amymurphey97 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://extorganizer.com |
URL della Pagina della Politica sulla Privacy | https://extorganizer.com?a=privacy |
Lingue Supportate | en-US |
manifest.json | |
{ "background": { "service_worker": "js\/background.js" }, "action": { "default_icon": "static\/icon-disabled.png", "default_popup": "html\/popup.html", "default_title": "Ext Organizer" }, "commands": { "_execute_action": [] }, "description": "Extension Organizer is created disable all extensions by default, enable all extensions on all sites, or enable them on some sites.", "homepage_url": "https:\/\/extorganizer.com\/", "icons": { "128": "static\/icon-disabled.png", "48": "static\/icon-48.png" }, "manifest_version": 3, "name": "Extension Manager", "permissions": [ "management", "storage", "tabs", "webNavigation" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.7" } |