Search Button for thefreedictionary.com

thefreedictionary.com

Τι είναι το Search Button for thefreedictionary.com;

Το Search Button for thefreedictionary.com είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον zardosht, και η κύρια λειτουργία του είναι "thefreedictionary.com".

Λήψη αρχείου CRX της επέκτασης Search Button for thefreedictionary.com

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

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

                        Search thefreedictionary.com in a new tab for the text selected in current tab.                    

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

Όνομα Search Button for thefreedictionary.com Search Button for thefreedictionary.com
ID lobdnldkapamadicogghpemeeacihpha
Επίσημο URL https://chrome.google.com/webstore/detail/search-button-for-thefree/lobdnldkapamadicogghpemeeacihpha
Περιγραφή thefreedictionary.com
Μέγεθος Αρχείου 12.86 KB
Αριθμός Εγκαταστάσεων 146
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2014-01-11
Ημερομηνία Δημοσίευσης 2014-01-11
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής zardosht
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Search Button for thefreedictionary.com",
    "version": "1.0",
    "background": {
        "scripts": [
            "content\/background.js"
        ],
        "persistent": false
    },
    "description": "thefreedictionary.com",
    "browser_action": {
        "default_icon": "icons\/fd.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content\/selection_service.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/www.thefreedictionary.com\/",
        "tabs",
        "activeTab"
    ]
}