investopedia term of the day
investopedia term of the day Extension
investopedia term of the day là gì?
investopedia term of the day là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "investopedia term of the day Extension".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng investopedia term of the day
Tải xuống các tệp mở rộng investopedia term of the day dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Investopedia每日一词 从 https://www.investopedia.com/financial-term-dictionary-4769738 获取Term of The Day,并通过百度翻译进行翻译和关键词提取。 不仅可以丰富经济学词汇,还可以帮助提高英语词汇量。 ========================= 0.0.0.3 更新内容 - 每次随机词汇,学习更多内容 0.0.0.2 更新内容 - 修改低分辨率情况下无法滚动的bug
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bnlafjkmhgloofjnjpdpdagbdfibaeil |
URL Chính Thức | https://chromewebstore.google.com/detail/investopedia-term-of-the/bnlafjkmhgloofjnjpdpdagbdfibaeil |
Mô tả | investopedia term of the day Extension |
Kích Thước Tệp | 1.38 MB |
Số Lần Cài Đặt | 42 |
Phiên Bản Hiện Tại | 0.0.0.3 |
Cập Nhật Lần Cuối | 2020-06-02 |
Ngày Phát Hành | 2020-06-01 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |