Klingon Your Dates

Changes English dates to Klingon

O que é Klingon Your Dates?

Klingon Your Dates é uma extensão do Chrome desenvolvida por maggiepint, e sua principal característica é "Changes English dates to Klingon".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Klingon Your Dates

Baixe arquivos de extensão Klingon Your Dates 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

                        Change English dates to Klingon in all of the pages that you browse.                    

Informações Básicas da Extensão

Nome Klingon Your Dates Klingon Your Dates
ID nacmikiidpbifnbafhcafhnkkgnjinfi
URL Oficial https://chromewebstore.google.com/detail/klingon-your-dates/nacmikiidpbifnbafhcafhnkkgnjinfi
Descrição Changes English dates to Klingon
Tamanho do Arquivo 40.26 KB
Contagem de Instalações 13
Versão Atual 0.0.3
Última Atualização 2016-03-13
Data de Publicação 2016-03-13
Desenvolvedor maggiepint
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Klingon Your Dates",
    "description": "Changes English dates to Klingon",
    "version": "0.0.3",
    "browser_action": {
        "default_icon": "klingonClock.png"
    },
    "background": {
        "scripts": [
            "moment.js",
            "klingon.js",
            "replacer.js",
            "listener.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "moment.js",
                "klingon.js",
                "replacer.js",
                "replace.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}