investopedia term of the day

investopedia term of the day Extension

什么是investopedia term of the day?

investopedia term of the day是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“investopedia term of the day Extension”。

扩展截图

screenshot

下载investopedia term of the day扩展crx文件

下载investopedia term of the day扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Investopedia每日一词

从  https://www.investopedia.com/financial-term-dictionary-4769738 获取Term of The Day,并通过百度翻译进行翻译和关键词提取。

不仅可以丰富经济学词汇,还可以帮助提高英语词汇量。

=========================

0.0.0.3 更新内容
- 每次随机词汇,学习更多内容

0.0.0.2 更新内容
- 修改低分辨率情况下无法滚动的bug                    

扩展基本信息

名称 investopedia term of the day investopedia term of the day
ID bnlafjkmhgloofjnjpdpdagbdfibaeil
官方URL https://chromewebstore.google.com/detail/investopedia-term-of-the/bnlafjkmhgloofjnjpdpdagbdfibaeil
简介 investopedia term of the day Extension
文件大小 1.38 MB
安装次数 42
当前版本 0.0.0.3
更新时间 2020-06-02
上架时间 2020-06-01
评分 5.00/5 共1次评分
开发者 Unknown
付费类型 free
支持的语言 zh-CN
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon-16x16.png",
            "24": "images\/icon-24x24.png",
            "32": "images\/icon-32x32.png"
        },
        "default_title": "investopedia"
    },
    "chrome_url_overrides": {
        "newtab": "newpage.html"
    },
    "description": "investopedia term of the day Extension",
    "icons": {
        "128": "images\/icon-128x128.png",
        "16": "images\/icon-16x16.png",
        "32": "images\/icon-32x32.png",
        "48": "images\/icon-48x48.png"
    },
    "manifest_version": 2,
    "name": "investopedia term of the day",
    "permissions": [
        "activeTab",
        "https:\/\/www.investopedia.com\/*",
        "https:\/\/fanyi.baidu.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.0.3",
    "web_accessible_resources": [
        "data\/*.json"
    ]
}