谷歌汇率转换小工具

简洁、轻量的谷歌汇率转换小工具。

¿Qué es 谷歌汇率转换小工具?

谷歌汇率转换小工具 es una extensión de Chrome desarrollada por 爱月的宅, y su función principal es "简洁、轻量的谷歌汇率转换小工具。".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión 谷歌汇率转换小工具

Descarga archivos de extensión 谷歌汇率转换小工具 en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        @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                    

Información Básica de la Extensión

Nombre 谷歌汇率转换小工具 谷歌汇率转换小工具
ID mcphipnepdffmgaklcgcogpfbiffmooe
URL Oficial 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
Descripción 简洁、轻量的谷歌汇率转换小工具。
Tamaño del Archivo 561 KB
Cantidad de Instalaciones 2,000
Versión Actual 0.4.5
Última Actualización 2019-04-09
Fecha de Publicación 2019-04-09
Calificación 4.48/5 Total de 64 Calificaciones
Desarrollador 爱月的宅
Tipo de Pago free
Idiomas Soportados 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"
}