Define

Define helps you to find the definition of any word on your browser without you changing the Tab. 1. Select the word you wanted the…

Τι είναι το Define;

Το Define είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Abhinav Mehta, και η κύρια λειτουργία του είναι "Define helps you to find the definition of any word on your browser without you changing the Tab. 1. Select the word you wanted the…".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Define

Λήψη αρχείων επέκτασης Define σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Define helps you to find the definition of any word on your browser without you changing the Tab.
1. Select the word you wanted the Definition for.
2. Right click and select Define word or Click on the define Chrome Extension icon                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Define Define
ID ghekgieimigknomennplpoiomnldfbaa
Επίσημο URL https://chromewebstore.google.com/detail/define/ghekgieimigknomennplpoiomnldfbaa
Περιγραφή Define helps you to find the definition of any word on your browser without you changing the Tab. 1. Select the word you wanted the…
Μέγεθος Αρχείου 16.1 KB
Αριθμός Εγκαταστάσεων 35
Τρέχουσα Έκδοση 0.0.1
Τελευταία Ενημέρωση 2020-09-28
Ημερομηνία Δημοσίευσης 2020-09-28
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Abhinav Mehta
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Define",
    "version": "0.0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js",
            "eventPage.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon16.png",
        "default_popup": "popUp\/index.html",
        "default_title": "Define"
    },
    "permissions": [
        "contextMenus",
        "activeTab"
    ]
}