Export links of all extensions
Export name and url of all installed extensions in Google Chrome
Qu'est-ce que Export links of all extensions ?
Export links of all extensions est une extension Chrome développée par evgeniyarbuz18921, et sa fonction principale est "Export name and url of all installed extensions in Google Chrome".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Export links of all extensions
Téléchargez les fichiers d'extension Export links of all extensions au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | cmeckkgeamghjhkepejgjockldoblhcb |
URL Officiel | https://chrome.google.com/webstore/detail/export-links-of-all-exten/cmeckkgeamghjhkepejgjockldoblhcb |
Description | Export name and url of all installed extensions in Google Chrome |
Taille du Fichier | 12.74 KB |
Nombre d'Installations | 14,159 |
Version Actuelle | 1.7 |
Dernière Mise à Jour | 2023-01-02 |
Date de Publication | 2020-08-13 |
Évaluation | 4.65/5 Total 88 Évaluations |
Développeur | evgeniyarbuz18921 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/gabrielbarros/export-all-extensions |
Langues Prises en Charge | 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" ] } |