Rate Today
Currencies exchange rates for many currencies. 5 minutes updates
什么是Rate Today?
Rate Today是由https://eur.rate-today.ru开发的Chrome扩展程序,该扩展的主要功能是“Currencies exchange rates for many currencies. 5 minutes updates”。
扩展截图
下载Rate Today扩展crx文件
下载Rate Today扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Currencies exchange rates for many currencies. Rate is updating every 5 minutes. The currency converter uses the latest Forex exchange rates.
扩展基本信息
名称 | Rate Today |
ID | edflmpdihnpfhhejbhngfffeeocpooih |
官方URL | https://chromewebstore.google.com/detail/rate-today/edflmpdihnpfhhejbhngfffeeocpooih |
简介 | Currencies exchange rates for many currencies. 5 minutes updates |
文件大小 | 20.07 KB |
安装次数 | 31 |
当前版本 | 1.1 |
更新时间 | 2015-11-20 |
上架时间 | 2015-11-19 |
评分 | 5.00/5 共2次评分 |
开发者 | https://eur.rate-today.ru |
付费类型 | free |
扩展官网 | http://eur.rate-today.ru |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Rate Today", "description": "Currencies exchange rates for many currencies. 5 minutes updates", "version": "1.1", "icons": { "16": "16.png", "32": "32.png", "64": "64.png", "128": "128.png" }, "browser_action": { "default_icon": "64.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "http:\/\/*.rate-today.ru\/" ] } |