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
官方網址 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"
    }
}