Dictozo - Save and Learn new words by auto-highlighting

Dictozo helps you memorize words by highlighting them along with their definitions or translations in webpages

Dictozo - Save and Learn new words by auto-highlighting란 무엇입니까?

Dictozo - Save and Learn new words by auto-highlighting은(는) https://www.dictozo.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Dictozo helps you memorize words by highlighting them along with their definitions or translations in webpages"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Dictozo - Save and Learn new words by auto-highlighting 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Dictozo helps you memorise words by highlighting them along with their definitions & translations on web pages.

It is tough to recall the meaning of an English word you searched a few days ago.  When you see it again you have to search the meaning again and the cycle goes on.
Dictozo lets you save definitions and translations of those words and highlights them on every next occurrence on any webpages.

It improves your reading ability and builds a strong vocabulary. Say goodbye to the frustration of forgotten words and embrace a more enriching reading journey with Dictozo.

Changes: 

- Added URL and website blocker
- Improved settings page
- Improved dashboard
- More storage for savings words 
- Bugs Fixes                    

확장 프로그램 기본 정보

이름 Dictozo - Save and Learn new words by auto-highlighting Dictozo - Save and Learn new words by auto-highlighting
ID amjldpjobjpiflbdejcidlkmhllhnnnm
공식 URL https://chromewebstore.google.com/detail/dictozo-save-and-learn-ne/amjldpjobjpiflbdejcidlkmhllhnnnm
설명 Dictozo helps you memorize words by highlighting them along with their definitions or translations in webpages
파일 크기 3.94 MB
설치 횟수 1,433
현재 버전 6.2
최근 업데이트 2024-02-25
출시 날짜 2020-06-24
평점 4.58/5 총 65 개의 평점
개발자 https://www.dictozo.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.dictozo.com/
도움말 페이지 URL https://www.dictozo.com/guide
개인정보 보호 정책 페이지 URL https://dictozo.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Dictozo - Save and Learn new words by auto-highlighting",
    "short_name": "Dictozo",
    "description": "Dictozo helps you memorize words by highlighting them along with their definitions or translations in webpages",
    "version": "6.2",
    "permissions": [
        "unlimitedStorage",
        "scripting",
        "storage",
        "activeTab",
        "identity",
        "identity.email"
    ],
    "host_permissions": [
        "https:\/\/www.dictozo.com\/*",
        "https:\/\/dictozo.com\/*"
    ],
    "background": {
        "service_worker": "js\/bg.min.js"
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/jquery-3.2.1.min.js",
                "img\/loader.gif",
                "css\/font.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "https:\/\/google.com\/*",
                "https:\/\/www.google.com\/*",
                "https:\/\/bing.com\/*",
                "https:\/\/www.bing.com\/*",
                "https:\/\/yandex.com\/*",
                "https:\/\/amazon.com\/*",
                "https:\/\/www.yandex.com\/*"
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/content.min.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "action": {
        "default_icon": {
            "16": "img\/icon16.png",
            "48": "img\/icon48.png",
            "128": "img\/icon128.png"
        },
        "default_popup": "index.html"
    }
}