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"
    ]
}