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ファイルをダウンロード

Dictozo - Save and Learn new words by auto-highlighting拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}