Extensions Reloader
Reload all unpacked extensions
Wat is Extensions Reloader?
Extensions Reloader is een Chrome-extensie ontwikkeld door Ali Gasymov, en de belangrijkste functie is "Reload all unpacked extensions".
Extensie Screenshots
Download het CRX-bestand van de extensie Extensions Reloader
Download Extensions Reloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Extensions Reloader |
ID | cdodkghoiojefkdnkciflkgigkgljjeo |
Officiële URL | https://chromewebstore.google.com/detail/extensions-reloader/cdodkghoiojefkdnkciflkgigkgljjeo |
Beschrijving | Reload all unpacked extensions |
Bestandsgrootte | 6.93 KB |
Aantal Installaties | 26 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2023-10-12 |
Publicatiedatum | 2021-12-15 |
Ontwikkelaar | Ali Gasymov |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://www.gasymov.com/privacy-policy/extensions-reloader |
Ondersteunde Talen | 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" ] } |