QuickSearch

Search directly on websites through URL bar.

QuickSearchとは何ですか?

QuickSearchはAreeb Ahmedによって開発されたChromeの拡張機能で、その主な機能は「Search directly on websites through URL bar.」です。

拡張機能のスクリーンショット

screenshot
screenshot

QuickSearch拡張機能のCRXファイルをダウンロード

QuickSearch拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}