Export links of all extensions
Export name and url of all installed extensions in Google Chrome
Co je Export links of all extensions?
Export links of all extensions je rozšíření Chrome vyvinuté evgeniyarbuz18921, a jeho hlavní funkcí je „Export name and url of all installed extensions in Google Chrome“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Export links of all extensions
Stáhněte si soubory rozšíření Export links of all extensions ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | cmeckkgeamghjhkepejgjockldoblhcb |
Oficiální URL | https://chrome.google.com/webstore/detail/export-links-of-all-exten/cmeckkgeamghjhkepejgjockldoblhcb |
Popis | Export name and url of all installed extensions in Google Chrome |
Velikost souboru | 12.74 KB |
Počet instalací | 14,159 |
Aktuální Verze | 1.7 |
Poslední Aktualizace | 2023-01-02 |
Datum Vydání | 2020-08-13 |
Hodnocení | 4.65/5 Celkem 88 Hodnocení |
Vývojář | evgeniyarbuz18921 |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/gabrielbarros/export-all-extensions |
Podporované Jazyky | 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" ] } |