Search it

Searchs selected text

What is Search it?

Search it is a Chrome extension developed by Eretin Oleg, and its main feature is "Searchs selected text".

Extension Screenshots

screenshot
screenshot

Download Search it Extension CRX File

Download Search it 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

                        Allows to search selected on web page text. Key features:
- search engine switcher
- support shortcut Ctrl+Q
- localized for 2 locales: EN and RU                    

Extension Basic Information

Name Search it Search it
ID dljiekeckiiiccopfmkfhdegdenbabln
Official URL https://chrome.google.com/webstore/detail/search-it/dljiekeckiiiccopfmkfhdegdenbabln
Description Searchs selected text
File Size 16.92 KB
Installation Count 15
Current Version 0.1
Last Updated 2016-02-13
Publish Date 2016-02-13
Rating 5.00/5 Total 3 Ratings
Developer Eretin Oleg
Email [email protected]
Payment Type free
Supported Languages en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "0.1",
    "default_locale": "en",
    "permissions": [
        "contextMenus",
        "tabs",
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "logic.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "commands": {
        "searchIt": {
            "suggested_key": {
                "default": "Ctrl+Q"
            },
            "description": "Search it shortcut"
        }
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    }
}