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
电子邮箱 [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"
    }
}