Extension Mutater

Reload all unpacked extensions with livereload notification.

O que é Extension Mutater?

Extension Mutater é uma extensão do Chrome desenvolvida por Mitsunori KUBOTA, e sua principal característica é "Reload all unpacked extensions with livereload notification.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Extension Mutater

Baixe arquivos de extensão Extension Mutater no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Extension Mutater Extension Mutater
ID iaipiakhpgdfgpnfbiflinmbafjbgmhe
URL Oficial https://chrome.google.com/webstore/detail/extension-mutater/iaipiakhpgdfgpnfbiflinmbafjbgmhe
Descrição Reload all unpacked extensions with livereload notification.
Tamanho do Arquivo 11.6 KB
Contagem de Instalações 18
Versão Atual 0.0.2
Última Atualização 2014-02-08
Data de Publicação 2014-02-08
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Mitsunori KUBOTA
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}