Wikipedia Search

To use, type 'wiki' & space, and a query term into the Omnibox. timothytocci.com

Τι είναι το Wikipedia Search;

Το Wikipedia Search είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://timothytocci.wordpress.com, και η κύρια λειτουργία του είναι "To use, type 'wiki' & space, and a query term into the Omnibox. timothytocci.com".

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

screenshot

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

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

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

                        This is an Omnibox extension that enables you to search Wikipedia from the browser. To use, type 'wiki' & space, and a query term into the Omnibox. 
To view the code for this extension and many more visit http://timothytocci.com/                    

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

Όνομα Wikipedia Search Wikipedia Search
ID chekijheblihjfainmnakhfkahfhaegg
Επίσημο URL https://chromewebstore.google.com/detail/wikipedia-search/chekijheblihjfainmnakhfkahfhaegg
Περιγραφή To use, type 'wiki' & space, and a query term into the Omnibox. timothytocci.com
Μέγεθος Αρχείου 14.49 KB
Αριθμός Εγκαταστάσεων 18
Τρέχουσα Έκδοση 0.1
Τελευταία Ενημέρωση 2014-01-28
Ημερομηνία Δημοσίευσης 2014-01-27
Προγραμματιστής https://timothytocci.wordpress.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://timothytocci.com/
Διεύθυνση URL της Σελίδας Βοήθειας http://timothytocci.com/
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wikipedia Search",
    "short_name": "wiki Search",
    "description": "To use, type 'wiki' & space, and a query term into the Omnibox. timothytocci.com",
    "version": "0.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "omnibox": {
        "keyword": "wiki"
    },
    "icons": {
        "16": "wiki_16.png",
        "32": "wiki_32.png",
        "48": "wiki_48.png",
        "128": "wiki_128.png"
    },
    "manifest_version": 2
}