Amat.su/kaze!

Browser extension for the URL shortening service, Amat.su/kaze! Amat.su is a simple URL shortening service like bit.ly and the…

O que é Amat.su/kaze!?

Amat.su/kaze! é uma extensão do Chrome desenvolvida por https://amat.su, e sua principal característica é "Browser extension for the URL shortening service, Amat.su/kaze! Amat.su is a simple URL shortening service like bit.ly and the…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Amat.su/kaze!

Baixe arquivos de extensão Amat.su/kaze! 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

                        Browser extension for the URL shortening service, Amat.su/kaze!

Amat.su is a simple URL shortening service like bit.ly and the like themed after the character of same name from Kantai Collection, a popular Japanese game.                    

Informações Básicas da Extensão

Nome Amat.su/kaze! Amat.su/kaze!
ID odbkecihabhaefkjmemojlpkjmgpcgdl
URL Oficial https://chromewebstore.google.com/detail/amatsukaze/odbkecihabhaefkjmemojlpkjmgpcgdl
Descrição Browser extension for the URL shortening service, Amat.su/kaze! Amat.su is a simple URL shortening service like bit.ly and the…
Tamanho do Arquivo 100 KB
Contagem de Instalações 38
Versão Atual 0.1
Última Atualização 2016-02-11
Data de Publicação 2016-02-11
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://amat.su
Tipo de Pagamento free
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amat.su\/kaze!",
    "short_name": "Amat.su",
    "version": "0.1",
    "browser_action": {
        "default_icon": "img\/icon2.png",
        "default_popup": "html\/menu.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "128": "img\/icon2.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/content.js"
            ]
        }
    ]
}