Dollar Exchange Rate
Check the dollar exchange rate in your country currency
什麼是Dollar Exchange Rate?
Dollar Exchange Rate是由Edgar González開發的Chrome擴展程式,該擴展的主要功能是“Check the dollar exchange rate in your country currency”。
擴展截圖
下載Dollar Exchange Rate擴展crx文件
下載Dollar Exchange Rate擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Keep track of the dollar rate in your country currency
擴展基本資訊
名稱 | Dollar Exchange Rate |
ID | ppjjbkfcofgeidfellinfmlgmpklajfk |
官方網址 | https://chromewebstore.google.com/detail/dollar-exchange-rate/ppjjbkfcofgeidfellinfmlgmpklajfk |
簡介 | Check the dollar exchange rate in your country currency |
檔案大小 | 683 KB |
安裝次數 | 15 |
目前版本 | 1.2.0 |
更新時間 | 2019-04-04 |
上架時間 | 2019-04-04 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Edgar González |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dollar Exchange Rate", "version": "1.2.0", "description": "Check the dollar exchange rate in your country currency", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "images\/16_x_16.png", "32": "images\/32_x_32.png", "48": "images\/48_x_48.png", "128": "images\/128_x_128.png" }, "permissions": [ "declarativeContent", "notifications", "alarms", "storage", "https:\/\/www.countryflags.io\/" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/16_x_16.png", "32": "images\/32_x_32.png", "48": "images\/48_x_48.png", "128": "images\/128_x_128.png" } }, "options_page": "options.html" } |