5000 trillion yen Converter
It is a plug-in that converts '5000 trillion yen' to 5000 trillion yen
什麼是5000 trillion yen Converter?
5000 trillion yen Converter是由owen開發的Chrome擴展程式,該擴展的主要功能是“It is a plug-in that converts '5000 trillion yen' to 5000 trillion yen”。
擴展截圖
下載5000 trillion yen Converter擴展crx文件
下載5000 trillion yen Converter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
5000兆円が欲しい…そんな時、このアプリを使うと5000兆円を5000兆円(という画像)に変換してくれます。
5000兆円を思う存分堪能しましょう(?)
なお本アプリはすべてのページの5000兆円を5000兆円に変換します。またページによっては正常に変換できない場合がありますが、予めご了承ください。 擴展基本資訊
| 名稱 | |
| ID | mgaphgebhfgmkahikdhdomnnpelbijmo |
| 官方網址 | https://chromewebstore.google.com/detail/5000-trillion-yen-convert/mgaphgebhfgmkahikdhdomnnpelbijmo |
| 簡介 | It is a plug-in that converts '5000 trillion yen' to 5000 trillion yen |
| 檔案大小 | 698 KB |
| 安裝次數 | 2,558 |
| 目前版本 | 1.0.7 |
| 更新時間 | 2018-06-08 |
| 上架時間 | 2018-06-08 |
| 評分 | 4.90/5 共 87 次評分 |
| 開發者 | owen |
| 付費類型 | free |
| 支援的語言 | 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"
]
} | |