Export links of all extensions
Export name and url of all installed extensions in Google Chrome
Cos'è Export links of all extensions?
Export links of all extensions è un'estensione di Chrome sviluppata da evgeniyarbuz18921, e la sua funzione principale è "Export name and url of all installed extensions in Google Chrome".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Export links of all extensions
Scarica i file di estensione Export links of all extensions 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
Export name and url of all installed extensions in Google Chrome Source code and bug tracker are available at https://github.com/gabrielbarros/export-all-extensions
Informazioni di Base sull'Estensione
Nome | |
ID | cmeckkgeamghjhkepejgjockldoblhcb |
URL Ufficiale | https://chrome.google.com/webstore/detail/export-links-of-all-exten/cmeckkgeamghjhkepejgjockldoblhcb |
Descrizione | Export name and url of all installed extensions in Google Chrome |
Dimensione del File | 12.74 KB |
Conteggio Installazioni | 14,159 |
Versione Corrente | 1.7 |
Ultimo Aggiornamento | 2023-01-02 |
Data di Pubblicazione | 2020-08-13 |
Valutazione | 4.65/5 Totale 88 Valutazioni |
Sviluppatore | evgeniyarbuz18921 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/gabrielbarros/export-all-extensions |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Export links of all extensions", "version": "1.7", "description": "Export name and url of all installed extensions in Google Chrome", "icons": { "16": "img\/16.png", "48": "img\/48.png", "128": "img\/128.png" }, "offline_enabled": true, "action": { "default_icon": "img\/16.png" }, "background": { "service_worker": "background.js" }, "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "permissions": [ "alarms", "declarativeNetRequest", "management" ] } |