谷歌汇率转换小工具
简洁、轻量的谷歌汇率转换小工具。
Cos'è 谷歌汇率转换小工具?
谷歌汇率转换小工具 è un'estensione di Chrome sviluppata da 爱月的宅, e la sua funzione principale è "简洁、轻量的谷歌汇率转换小工具。".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione 谷歌汇率转换小工具
Scarica i file di estensione 谷歌汇率转换小工具 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
@ChangeLog: + 0.4.5 20190409 * 大幅降低首屏加载时间 * 调整界面布局与文字大小 + 0.4.4 20190327 * 增加打开时自动获取当前选中数字的功能 + 0.4.3 20190326 * 货币过滤器支持部分搜索和货币代码搜索 * 增加历史记录的功能 * 增加缓存机制加快启动速度 * 点击图片可前往网页查看 * 修复部分货币字符显示异常的问题 + 0.4.2 20190325 * 修复谷歌API变化导致无法使用的问题 * 增加货币交换按钮 + 0.4.1 20180327 * 修复跨域问题 + 0.4.0 20180327 * 重构插件架构 修复谷歌API关闭的问题 + 0.3.9 20171109 * 修复查询出错的问题 + 0.3.8 20171109 * 修复Google更改API导致数据获取异常的问题 + 0.3.7 20150413 * 修正动画结束时body高度不正确的问题 + 0.3.6 20150411 * 更换新图标 @Desc: + 看了各种汇率转换工具 + 着实是忍不了那些UI + 于是自己做了个… @Tips: + 问题反馈最快的途径为前往 Git repo https://github.com/tinymins/GoogleExchange.ChromeExt 提交 issues
Informazioni di Base sull'Estensione
Nome | 谷歌汇率转换小工具 |
ID | mcphipnepdffmgaklcgcogpfbiffmooe |
URL Ufficiale | https://chromewebstore.google.com/detail/%E8%B0%B7%E6%AD%8C%E6%B1%87%E7%8E%87%E8%BD%AC%E6%8D%A2%E5%B0%8F%E5%B7%A5%E5%85%B7/mcphipnepdffmgaklcgcogpfbiffmooe |
Descrizione | 简洁、轻量的谷歌汇率转换小工具。 |
Dimensione del File | 561 KB |
Conteggio Installazioni | 2,000 |
Versione Corrente | 0.4.5 |
Ultimo Aggiornamento | 2019-04-09 |
Data di Pubblicazione | 2019-04-09 |
Valutazione | 4.48/5 Totale 64 Valutazioni |
Sviluppatore | 爱月的宅 |
Tipo di Pagamento | free |
Lingue Supportate | zh-CN |
manifest.json | |
{ "manifest_version": 2, "name": "\u8c37\u6b4c\u6c47\u7387\u8f6c\u6362\u5c0f\u5de5\u5177", "short_name": "\u8c37\u6b4c\u6c47\u7387\u901a", "description": "\u7b80\u6d01\u3001\u8f7b\u91cf\u7684\u8c37\u6b4c\u6c47\u7387\u8f6c\u6362\u5c0f\u5de5\u5177\u3002", "version": "0.4.5", "browser_action": { "default_icon": "static\/icons\/icon_128.png", "default_popup": "index.html#\/popup", "default_title": "\u8c37\u6b4c\u6c47\u7387\u8f6c\u6362\u5c0f\u5de5\u5177" }, "icons": { "16": "static\/icons\/icon_16.png", "19": "static\/icons\/icon_19.png", "48": "static\/icons\/icon_48.png", "32": "static\/icons\/icon_32.png", "64": "static\/icons\/icon_64.png", "128": "static\/icons\/icon_128.png", "256": "static\/icons\/icon_256.png" }, "permissions": [ "activeTab", "http:\/\/www.google.com\/", "https:\/\/www.google.com\/", "http:\/\/www.google.com.hk\/", "https:\/\/www.google.com.hk\/", "http:\/\/finance.google.com\/", "https:\/\/finance.google.com\/", "http:\/\/www.baidu.com\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |