New Word Tab

Learn a word per new tab

New Word Tab란 무엇입니까?

New Word Tab은(는) Sajad Hashemian에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Learn a word per new tab"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

New Word Tab 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        🔬 Examples and definitions of words
🔊 Listen to the word pronunciation
✅ Mark words for easier review
🔍 Search for custom words definitions
📘 Quickly look up the word in Google translate
📚 Includes +10,000 words from popular vocabulary lists:
      • GMAT
      • GRE
      • Longman
      • Oxford
      • SAT
      • TOEFL
📜 History of last displayed words to prevent missing a word by accidentally closing a tab
🌐 Create shortcuts for your favorite sites so you can easily access them on the same tab
🌙 Switch between Light & Dark themes that best suit your desktop
🖼 Customize the tabs' background image

Feel free to suggest new ideas and contribute to the project.

Source code:
https://github.com/sajadhsm/new-word-tab                    

확장 프로그램 기본 정보

이름 New Word Tab New Word Tab
ID chmiakanncpjleocgbemoghkkpjicjla
공식 URL https://chromewebstore.google.com/detail/new-word-tab/chmiakanncpjleocgbemoghkkpjicjla
설명 Learn a word per new tab
파일 크기 185 KB
설치 횟수 143
현재 버전 1.6.0
최근 업데이트 2022-05-18
출시 날짜 2021-10-07
평점 4.67/5 총 6 개의 평점
개발자 Sajad Hashemian
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/sajadhsm/new-word-tab
도움말 페이지 URL https://github.com/sajadhsm/new-word-tab/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "New Word Tab",
    "description": "Learn a word per new tab",
    "version": "1.6.0",
    "chrome_url_overrides": {
        "newtab": ".\/dist\/newTab\/index.html"
    },
    "options_ui": {
        "page": ".\/dist\/options\/index.html",
        "open_in_tab": true,
        "chrome_style": false,
        "browser_style": false
    },
    "icons": {
        "16": ".\/assets\/16.png",
        "32": ".\/assets\/32.png",
        "48": ".\/assets\/48.png",
        "128": ".\/assets\/128.png"
    },
    "content_security_policy": "img-src * data:;object-src 'self';script-src 'self'"
}