QuickSearch

Search directly on websites through URL bar.

QuickSearch क्या है?

QuickSearch Areeb Ahmed द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search directly on websites through URL bar."।

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

screenshot
screenshot

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

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

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

                        Ever opened a website just to search for something ? Dont bother anymore, this extension allows you to search websites directly from chrome address bar. For example, in order to search for eminem on youtube, simply type '! y eminem' in the address bar (as shown in the video below).

-------------- Shortcuts List --------------

- Open Any Subreddit : r
- Youtube : y 
- DuckDuckGo : d 
- n : Netflix
- StackOverflow : so
- Github : gh
- Giphy : giphy
- WikipediA : w
- AZlyrics : azl
- IMDb : imdb
- Steam : st
- Amazon : a 
- Amazon UK : auk
- Amazon In : ain
- Twitter : t
- Twitch : tw
- ebay : e 
- ebay UK : euk
- imgur : imgur
- AliExpress : ae
- Alibaba : ab
- StackExchange : se
- Instagram : ig
- Imgur gifs : igif
- Google Images : gi
- Mozilla Developer Network (MDN) : mdn
- Facebook : fb
- Pinterest : p
- Thesaurus : thesaurus
- Urban Dictionary : ud
- Udemy : udemy
- Google Maps : gm
- Check if a website is up or not : isup
- Rarbgget torrent search : rarbgget
- ThePirateBay torrent search : tpb
- Daraz.pk search : daraz                    

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

नाम QuickSearch QuickSearch
ID ficodflfkgooiejeeejlekkplgggmhbc
आधिकारिक URL https://chromewebstore.google.com/detail/quicksearch/ficodflfkgooiejeeejlekkplgggmhbc
विवरण Search directly on websites through URL bar.
फ़ाइल का आकार 102 KB
स्थापना संख्या 118
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2019-06-02
प्रकाशन तिथि 2019-06-02
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Areeb Ahmed
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QuickSearch",
    "description": "Search directly on websites through URL bar.",
    "version": "1.0.0",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "omnibox": {
        "keyword": "!"
    },
    "manifest_version": 2,
    "browser_action": {
        "default_icon": {
            "16": "newtab_search16.png",
            "32": "newtab_search32.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "newtab_search16.png",
        "32": "newtab_search32.png",
        "48": "newtab_search48.png",
        "128": "newtab_search128.png"
    }
}