investopedia term of the day

investopedia term of the day Extension

investopedia term of the dayคืออะไร?

investopedia term of the day เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "investopedia term of the day Extension"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย investopedia term of the day

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}