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

Wat is Dictozo - Save and Learn new words by auto-highlighting?

Dictozo - Save and Learn new words by auto-highlighting is een Chrome-extensie ontwikkeld door https://www.dictozo.com, en de belangrijkste functie is "Dictozo helps you memorize words by highlighting them along with their definitions or translations in webpages".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Dictozo - Save and Learn new words by auto-highlighting

Download Dictozo - Save and Learn new words by auto-highlighting-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Dictozo - Save and Learn new words by auto-highlighting Dictozo - Save and Learn new words by auto-highlighting
ID amjldpjobjpiflbdejcidlkmhllhnnnm
Officiële URL https://chromewebstore.google.com/detail/dictozo-save-and-learn-ne/amjldpjobjpiflbdejcidlkmhllhnnnm
Beschrijving Dictozo helps you memorize words by highlighting them along with their definitions or translations in webpages
Bestandsgrootte 3.94 MB
Aantal Installaties 1,433
Huidige Versie 6.2
Laatst Bijgewerkt 2024-02-25
Publicatiedatum 2020-06-24
Beoordeling 4.58/5 Totaal 65 Beoordelingen
Ontwikkelaar https://www.dictozo.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.dictozo.com/
Help Pagina-URL https://www.dictozo.com/guide
URL van de Privacybeleid Pagina https://dictozo.com/privacy-policy
Ondersteunde Talen 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"
    }
}