Extensions Reloader
Reload all unpacked extensions
Qu'est-ce que Extensions Reloader ?
Extensions Reloader est une extension Chrome développée par Ali Gasymov, et sa fonction principale est "Reload all unpacked extensions".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Extensions Reloader
Téléchargez les fichiers d'extension Extensions Reloader 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
Unpacked extensions can be reloaded in two ways: 1. Click the extension icon in the browser toolbar 2. Perform a keyboard shortcut (Alt+Shift+R) Note: if the manifest has been changed in your extension, then you need to update it on the extensions page
Informations de Base sur l'Extension
Nom | Extensions Reloader |
ID | cdodkghoiojefkdnkciflkgigkgljjeo |
URL Officiel | https://chromewebstore.google.com/detail/extensions-reloader/cdodkghoiojefkdnkciflkgigkgljjeo |
Description | Reload all unpacked extensions |
Taille du Fichier | 6.93 KB |
Nombre d'Installations | 26 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2023-10-12 |
Date de Publication | 2021-12-15 |
Développeur | Ali Gasymov |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://www.gasymov.com/privacy-policy/extensions-reloader |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Extensions Reloader", "description": "Reload all unpacked extensions", "manifest_version": 3, "version": "1.0.0", "action": { "default_title": "Reload Extensions" }, "icons": { "16": "static\/images\/icon-16.png", "32": "static\/images\/icon-32.png", "48": "static\/images\/icon-48.png", "128": "static\/images\/icon-128.png" }, "background": { "service_worker": "background.js" }, "commands": { "reload": { "description": "Reload all extensions in development", "suggested_key": { "default": "Alt+Shift+R" } } }, "permissions": [ "management" ] } |