Currency Converter
Our currency converter for Google Chrome is simple, fast and easy to use.
什么是Currency Converter?
Currency Converter是由helpfulwebtech开发的Chrome扩展程序,该扩展的主要功能是“Our currency converter for Google Chrome is simple, fast and easy to use.”。
扩展截图
下载Currency Converter扩展crx文件
下载Currency Converter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Our simple and powerful currency converter allows you to convert currency from almost anywhere in the world. 扩展基本信息
| 名称 | |
| ID | oefbbnongdanddobfaabmoggfljdpjlb |
| 官方URL | https://chrome.google.com/webstore/detail/currency-converter/oefbbnongdanddobfaabmoggfljdpjlb |
| 简介 | Our currency converter for Google Chrome is simple, fast and easy to use. |
| 文件大小 | 199 KB |
| 安装次数 | 44 |
| 当前版本 | 1.4 |
| 更新时间 | 2022-12-29 |
| 上架时间 | 2019-07-19 |
| 评分 | 4.85/5 共55次评分 |
| 开发者 | helpfulwebtech |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en,en-GB,en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "JLozano",
"action": {
"default_icon": {
"19": "assets\/icons\/19.png",
"38": "assets\/icons\/38.png"
},
"default_popup": "popup.html",
"default_title": "__MSG_appName__"
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"chromeos": "Alt+W",
"default": "Alt+W",
"linux": "Alt+W",
"mac": "Alt+W",
"windows": "Alt+W"
}
}
},
"default_locale": "en",
"description": "__MSG_appDesc__",
"icons": {
"128": "assets\/icons\/128.png",
"19": "assets\/icons\/19.png",
"32": "assets\/icons\/32.png",
"38": "assets\/icons\/38.png",
"48": "assets\/icons\/48.png",
"64": "assets\/icons\/64.png"
},
"manifest_version": 3,
"name": "__MSG_appName__",
"offline_enabled": true,
"options_ui": {
"page": "options.html"
},
"permissions": [
"storage"
],
"version": "1.4"
} | |