Aliexpress Search

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

What is Aliexpress Search?

Aliexpress Search is a Chrome extension developed by http://secretsmall.blogspot.ru, and its main feature is "Quickly search on www.aliexpress.com with browser address bar (omnibox), search on Aliexpress by image, photo or text on any pages".

Extension Screenshots

screenshot
screenshot

Download Aliexpress Search Extension CRX File

Download Aliexpress Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Aliexpress Search Aliexpress Search
ID okgkpgdbkhlbnghpidhghkdegbebajdp
Official URL https://chrome.google.com/webstore/detail/aliexpress-search/okgkpgdbkhlbnghpidhghkdegbebajdp
Description Quickly search on www.aliexpress.com with browser address bar (omnibox), search on Aliexpress by image, photo or text on any pages
File Size 66.23 KB
Installation Count 430
Current Version 3.7.5
Last Updated 2016-12-22
Publish Date 2016-12-22
Rating 5.00/5 Total 2 Ratings
Developer http://secretsmall.blogspot.ru
Payment Type free
Extension Website https://goo.gl/ZK00nX
Help Page URL https://goo.gl/ZK00nX
Supported Languages 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"
    ]
}