5000 trillion yen Converter

It is a plug-in that converts '5000 trillion yen' to 5000 trillion yen

O que é 5000 trillion yen Converter?

5000 trillion yen Converter é uma extensão do Chrome desenvolvida por owen, e sua principal característica é "It is a plug-in that converts '5000 trillion yen' to 5000 trillion yen".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão 5000 trillion yen Converter

Baixe arquivos de extensão 5000 trillion yen Converter 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

                        5000兆円が欲しい…そんな時、このアプリを使うと5000兆円を5000兆円(という画像)に変換してくれます。

5000兆円を思う存分堪能しましょう(?)

なお本アプリはすべてのページの5000兆円を5000兆円に変換します。またページによっては正常に変換できない場合がありますが、予めご了承ください。                    

Informações Básicas da Extensão

Nome 5000 trillion yen Converter 5000 trillion yen Converter
ID mgaphgebhfgmkahikdhdomnnpelbijmo
URL Oficial https://chromewebstore.google.com/detail/5000-trillion-yen-convert/mgaphgebhfgmkahikdhdomnnpelbijmo
Descrição It is a plug-in that converts '5000 trillion yen' to 5000 trillion yen
Tamanho do Arquivo 698 KB
Contagem de Instalações 2,558
Versão Atual 1.0.7
Última Atualização 2018-06-08
Data de Publicação 2018-06-08
Classificação 4.90/5 Total de 87 Avaliações
Desenvolvedor owen
Tipo de Pagamento free
Idiomas Suportados en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.7",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "ja",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "bower_components\/jquery\/dist\/jquery.slim.min.js",
                "scripts\/contentscript.js",
                "scripts\/options.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "images\/5000-trillion-yen.png",
        "images\/moriogai.png",
        "images\/moriogai_old.png",
        "images\/hosii.png"
    ]
}