Currency Converter
Currency Converter simply adds a popup to find the equivalent of a amount currency to another.
什么是Currency Converter?
Currency Converter是由John Sanchirico开发的Chrome扩展程序,该扩展的主要功能是“Currency Converter simply adds a popup to find the equivalent of a amount currency to another.”。
扩展截图
下载Currency Converter扩展crx文件
下载Currency Converter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Currency Converter simply adds a popup to find the equivalent of a amount currency to another.
扩展基本信息
名称 | |
ID | kipcafhagipanajgjbklapaifbfgmbof |
官方URL | https://chrome.google.com/webstore/detail/currency-converter/kipcafhagipanajgjbklapaifbfgmbof |
简介 | Currency Converter simply adds a popup to find the equivalent of a amount currency to another. |
文件大小 | 76.83 KB |
安装次数 | 49 |
当前版本 | 0.1.1 |
更新时间 | 2019-10-23 |
上架时间 | 2019-10-23 |
评分 | 5.00/5 共1次评分 |
开发者 | John Sanchirico |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Currency Converter", "short_name": "CC", "version": "0.1.1", "description": "Currency Converter simply adds a popup to find the equivalent of a amount currency to another.", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_title": "Currency Converter", "default_popup": "popup.html" } } |