Extension Mutater
Reload all unpacked extensions with livereload notification.
Qu'est-ce que Extension Mutater ?
Extension Mutater est une extension Chrome développée par Mitsunori KUBOTA, et sa fonction principale est "Reload all unpacked extensions with livereload notification.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Extension Mutater
Téléchargez les fichiers d'extension Extension Mutater 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
Extension Mutater enable you to use livereload in Chrome extension development. Livereload notification apply to all unpacked extensions and extensions is refreshed. This extension is for Chrome extension developers. See github project page to know how to use Extension Mutater: https://github.com/anatoo/chrome-extension-project-with-livereload
Informations de Base sur l'Extension
Nom | ![]() |
ID | iaipiakhpgdfgpnfbiflinmbafjbgmhe |
URL Officiel | https://chrome.google.com/webstore/detail/extension-mutater/iaipiakhpgdfgpnfbiflinmbafjbgmhe |
Description | Reload all unpacked extensions with livereload notification. |
Taille du Fichier | 11.6 KB |
Nombre d'Installations | 18 |
Version Actuelle | 0.0.2 |
Dernière Mise à Jour | 2014-02-08 |
Date de Publication | 2014-02-08 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Mitsunori KUBOTA |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Extension Mutater", "description": "Reload all unpacked extensions with livereload notification.", "manifest_version": 2, "version": "0.0.2", "permissions": [ "tabs", "management", "notifications" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon19.png", "default_title": "Reload all extensions in development." }, "web_accessible_resources": [ "icon19.png" ] } |