Extension Mutater

Reload all unpacked extensions with livereload notification.

Wat is Extension Mutater?

Extension Mutater is een Chrome-extensie ontwikkeld door Mitsunori KUBOTA, en de belangrijkste functie is "Reload all unpacked extensions with livereload notification.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Extension Mutater

Download Extension Mutater-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

                        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                    

Basisinformatie over de Extensie

Naam Extension Mutater Extension Mutater
ID iaipiakhpgdfgpnfbiflinmbafjbgmhe
Officiële URL https://chrome.google.com/webstore/detail/extension-mutater/iaipiakhpgdfgpnfbiflinmbafjbgmhe
Beschrijving Reload all unpacked extensions with livereload notification.
Bestandsgrootte 11.6 KB
Aantal Installaties 18
Huidige Versie 0.0.2
Laatst Bijgewerkt 2014-02-08
Publicatiedatum 2014-02-08
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Mitsunori KUBOTA
Betalingswijze free
Ondersteunde Talen 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"
    ]
}