Export links of all extensions
Export name and url of all installed extensions in Google Chrome
Co to jest Export links of all extensions?
Export links of all extensions to rozszerzenie Chrome opracowane przez evgeniyarbuz18921, a jego główną funkcją jest „Export name and url of all installed extensions in Google Chrome”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Export links of all extensions
Pobierz pliki rozszerzeń Export links of all extensions w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | cmeckkgeamghjhkepejgjockldoblhcb |
Oficjalny URL | https://chrome.google.com/webstore/detail/export-links-of-all-exten/cmeckkgeamghjhkepejgjockldoblhcb |
Opis | Export name and url of all installed extensions in Google Chrome |
Rozmiar pliku | 12.74 KB |
Liczba instalacji | 14,159 |
Aktualna Wersja | 1.7 |
Ostatnia Aktualizacja | 2023-01-02 |
Data Publikacji | 2020-08-13 |
Ocena | 4.65/5 Łącznie 88 Oceny |
Deweloper | evgeniyarbuz18921 |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/gabrielbarros/export-all-extensions |
Obsługiwane Języki | 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" ] } |