Search it

Searchs selected text

Search it क्या है?

Search it Eretin Oleg द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Searchs selected text"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Search it एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Search it Search it
ID dljiekeckiiiccopfmkfhdegdenbabln
आधिकारिक URL https://chrome.google.com/webstore/detail/search-it/dljiekeckiiiccopfmkfhdegdenbabln
विवरण Searchs selected text
फ़ाइल का आकार 16.92 KB
स्थापना संख्या 15
वर्तमान संस्करण 0.1
अंतिम अपडेट 2016-02-13
प्रकाशन तिथि 2016-02-13
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर Eretin Oleg
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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
    }
}