Currency calculator
Currency calculator
什麼是Currency calculator?
Currency calculator是由Eretin Oleg開發的Chrome擴展程式,該擴展的主要功能是“Currency calculator”。
擴展截圖
下載Currency calculator擴展crx文件
下載Currency calculator擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Allow user to convert values between different currencies.
Key features:
- Support 5 different currencies
- Provide user with up to date currencies rates
- Allow to set default currency
- Support 2 locales: english and russian 擴展基本資訊
| 名稱 | |
| ID | abjmkppdokelmiilmojnbcplckdofjcj |
| 官方網址 | https://chrome.google.com/webstore/detail/currency-calculator/abjmkppdokelmiilmojnbcplckdofjcj |
| 簡介 | Currency calculator |
| 檔案大小 | 284 KB |
| 安裝次數 | 24 |
| 目前版本 | 0.1 |
| 更新時間 | 2019-03-08 |
| 上架時間 | 2019-03-08 |
| 評分 | 1.50/5 共 2 次評分 |
| 開發者 | Eretin Oleg |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en,ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_extName__",
"version": "0.1",
"description": "__MSG_extName__",
"default_locale": "en",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"browser_action": {
"default_icon": "icon16.png",
"default_title": "__MSG_extName__",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"permissions": [
"http:\/\/api.fixer.io\/",
"storage"
],
"options_ui": {
"page": "options.html",
"chrome_style": true
}
} | |