Yoda on the Web

Takes all the text in header tags and replaces them with how Master Yoda would speak it.

O que é Yoda on the Web?

Yoda on the Web é uma extensão do Chrome desenvolvida por jon.norstrom, e sua principal característica é "Takes all the text in header tags and replaces them with how Master Yoda would speak it.".

Baixar o arquivo CRX da Extensão Yoda on the Web

Baixe arquivos de extensão Yoda on the Web 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 Yoda on the Web Yoda on the Web
ID pedhgknpekfpfcojephlhclmbiekinam
URL Oficial https://chromewebstore.google.com/detail/yoda-on-the-web/pedhgknpekfpfcojephlhclmbiekinam
Descrição Takes all the text in header tags and replaces them with how Master Yoda would speak it.
Tamanho do Arquivo 62.01 KB
Contagem de Instalações 30
Versão Atual 0.1
Última Atualização 2016-09-05
Data de Publicação 2016-09-05
Classificação 3.67/5 Total de 3 Avaliações
Desenvolvedor jon.norstrom
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Yoda on the Web",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-310min.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "Yoda16.png",
        "48": "Yoda48.png",
        "128": "Yoda128.png"
    },
    "description": "Takes all the text in header tags and replaces them with how Master Yoda would speak it."
}