Alexa Search

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

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

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

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

screenshot

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

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

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

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

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

Όνομα Alexa Search Alexa Search
ID gaciolbdinpdmjhpmjpfimgonadhppnd
Επίσημο URL https://chromewebstore.google.com/detail/alexa-search/gaciolbdinpdmjhpmjpfimgonadhppnd
Περιγραφή To use, type 'alx' & space, and a query term into the Omnibox. timothytocci.com
Μέγεθος Αρχείου 16.31 KB
Αριθμός Εγκαταστάσεων 148
Τρέχουσα Έκδοση 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": "Alexa Search",
    "short_name": "alx Search",
    "description": "To use, type 'alx' & space, and a query term into the Omnibox. timothytocci.com",
    "version": "0.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "omnibox": {
        "keyword": "alx"
    },
    "icons": {
        "16": "alx_16.png",
        "32": "alx_32.png",
        "48": "alx_48.png",
        "128": "alx_128.png"
    },
    "manifest_version": 2
}