5000 trillion yen Converter
It is a plug-in that converts '5000 trillion yen' to 5000 trillion yen
Wat is 5000 trillion yen Converter?
5000 trillion yen Converter is een Chrome-extensie ontwikkeld door owen, en de belangrijkste functie is "It is a plug-in that converts '5000 trillion yen' to 5000 trillion yen".
Extensie Screenshots
Download het CRX-bestand van de extensie 5000 trillion yen Converter
Download 5000 trillion yen Converter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
5000兆円が欲しい…そんな時、このアプリを使うと5000兆円を5000兆円(という画像)に変換してくれます。 5000兆円を思う存分堪能しましょう(?) なお本アプリはすべてのページの5000兆円を5000兆円に変換します。またページによっては正常に変換できない場合がありますが、予めご了承ください。
Basisinformatie over de Extensie
Naam | 5000 trillion yen Converter |
ID | mgaphgebhfgmkahikdhdomnnpelbijmo |
Officiële URL | https://chromewebstore.google.com/detail/5000-trillion-yen-convert/mgaphgebhfgmkahikdhdomnnpelbijmo |
Beschrijving | It is a plug-in that converts '5000 trillion yen' to 5000 trillion yen |
Bestandsgrootte | 698 KB |
Aantal Installaties | 2,558 |
Huidige Versie | 1.0.7 |
Laatst Bijgewerkt | 2018-06-08 |
Publicatiedatum | 2018-06-08 |
Beoordeling | 4.90/5 Totaal 87 Beoordelingen |
Ontwikkelaar | owen |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |