Aliexpress Search

Quickly search on www.aliexpress.com with browser address bar (omnibox), search on Aliexpress by image, photo or text on any pages

Cos'è Aliexpress Search?

Aliexpress Search è un'estensione di Chrome sviluppata da http://secretsmall.blogspot.ru, e la sua funzione principale è "Quickly search on www.aliexpress.com with browser address bar (omnibox), search on Aliexpress by image, photo or text on any pages".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Aliexpress Search

Scarica i file di estensione Aliexpress Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Quickly search on www.aliexpress.com with browser address bar (omnibox), search on Aliexpress by image, photo or text on any pages                    

Informazioni di Base sull'Estensione

Nome Aliexpress Search Aliexpress Search
ID okgkpgdbkhlbnghpidhghkdegbebajdp
URL Ufficiale https://chrome.google.com/webstore/detail/aliexpress-search/okgkpgdbkhlbnghpidhghkdegbebajdp
Descrizione Quickly search on www.aliexpress.com with browser address bar (omnibox), search on Aliexpress by image, photo or text on any pages
Dimensione del File 66.23 KB
Conteggio Installazioni 430
Versione Corrente 3.7.5
Ultimo Aggiornamento 2016-12-22
Data di Pubblicazione 2016-12-22
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore http://secretsmall.blogspot.ru
Tipo di Pagamento free
Sito Web dell'Estensione https://goo.gl/ZK00nX
URL della Pagina di Aiuto https://goo.gl/ZK00nX
Lingue Supportate en,en-GB,en-US,ru
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "name": "__MSG_chrome_extension_name__",
    "short_name": "__MSG_chrome_extension_short_name__",
    "description": "__MSG_chrome_extension_description__",
    "default_locale": "en",
    "icons": {
        "128": "128x128.png",
        "64": "64x64.png",
        "48": "48x48.png",
        "19": "19x19.png",
        "16": "16x16.png"
    },
    "manifest_version": 2,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.7.5",
    "omnibox": {
        "keyword": "aliexpress"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.google.com\/*",
                "*:\/\/*.google.ru\/*"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "48x48.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "jquery.min.js",
        "jquery.min.map",
        "content.js",
        "popup.js"
    ]
}