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"입니다.
확장 프로그램 스크린샷
investopedia term of the day 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Investopedia每日一词 从 https://www.investopedia.com/financial-term-dictionary-4769738 获取Term of The Day,并通过百度翻译进行翻译和关键词提取。 不仅可以丰富经济学词汇,还可以帮助提高英语词汇量。 ========================= 0.0.0.3 更新内容 - 每次随机词汇,学习更多内容 0.0.0.2 更新内容 - 修改低分辨率情况下无法滚动的bug
확장 프로그램 기본 정보
이름 | |
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" ] } |