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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.dictozo.com, και η κύρια λειτουργία του είναι "Dictozo helps you memorize words by highlighting them along with their definitions or translations in webpages".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Dictozo - Save and Learn new words by auto-highlighting

Λήψη αρχείων επέκτασης 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
Ηλεκτρονικό ταχυδρομείο [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"
    }
}