EditAnyThing

EditAnyThing is the Chrome extension which adds editability to any webpage. Inspired by ChontentEditable

O que é EditAnyThing?

EditAnyThing é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "EditAnyThing is the Chrome extension which adds editability to any webpage. Inspired by ChontentEditable".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão EditAnyThing

Baixe arquivos de extensão EditAnyThing 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

                                            

Informações Básicas da Extensão

Nome EditAnyThing EditAnyThing
ID onbgaocmkdakpaonpghmkkfcmpakfloi
URL Oficial https://chromewebstore.google.com/detail/editanything/onbgaocmkdakpaonpghmkkfcmpakfloi
Descrição EditAnyThing is the Chrome extension which adds editability to any webpage. Inspired by ChontentEditable
Tamanho do Arquivo 126 KB
Contagem de Instalações 93
Versão Atual 0.1.2
Última Atualização 2016-09-29
Data de Publicação 2016-09-29
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "images\/icon48.png",
        "default_title": "__MSG_extName__"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "medium-editor.css",
                "beagle.css"
            ],
            "js": [
                "medium-editor.js",
                "contentScript.js"
            ]
        }
    ],
    "icons": {
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "description": "__MSG_extDescription__",
    "name": "__MSG_extName__",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "default_locale": "ja",
    "version": "0.1.2",
    "manifest_version": 2
}