5000 trillion yen Converter

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

Qu'est-ce que 5000 trillion yen Converter ?

5000 trillion yen Converter est une extension Chrome développée par owen, et sa fonction principale est "It is a plug-in that converts '5000 trillion yen' to 5000 trillion yen".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension 5000 trillion yen Converter

Téléchargez les fichiers d'extension 5000 trillion yen Converter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

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

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

Informations de Base sur l'Extension

Nom 5000 trillion yen Converter 5000 trillion yen Converter
ID mgaphgebhfgmkahikdhdomnnpelbijmo
URL Officiel https://chromewebstore.google.com/detail/5000-trillion-yen-convert/mgaphgebhfgmkahikdhdomnnpelbijmo
Description It is a plug-in that converts '5000 trillion yen' to 5000 trillion yen
Taille du Fichier 698 KB
Nombre d'Installations 2,558
Version Actuelle 1.0.7
Dernière Mise à Jour 2018-06-08
Date de Publication 2018-06-08
Évaluation 4.90/5 Total 87 Évaluations
Développeur owen
Type de Paiement free
Langues Prises en Charge 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"
    ]
}