Extensions Reloader
Reload all unpacked extensions
Was ist Extensions Reloader?
Extensions Reloader ist eine Chrome-Erweiterung, die von Ali Gasymov entwickelt wurde, und ihr Hauptmerkmal ist "Reload all unpacked extensions".
Erweiterungsscreenshots
Extensions Reloader-Erweiterungs-CRX-Datei herunterladen
Laden Sie Extensions Reloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Extensions Reloader |
ID | cdodkghoiojefkdnkciflkgigkgljjeo |
Offizielle URL | https://chromewebstore.google.com/detail/extensions-reloader/cdodkghoiojefkdnkciflkgigkgljjeo |
Beschreibung | Reload all unpacked extensions |
Dateigröße | 6.93 KB |
Installationsanzahl | 26 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2023-10-12 |
Veröffentlichungsdatum | 2021-12-15 |
Entwickler | Ali Gasymov |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://www.gasymov.com/privacy-policy/extensions-reloader |
Unterstützte Sprachen | 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" ] } |