QuickSearch

Search directly on websites through URL bar.

O que é QuickSearch?

QuickSearch é uma extensão do Chrome desenvolvida por Areeb Ahmed, e sua principal característica é "Search directly on websites through URL bar.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão QuickSearch

Baixe arquivos de extensão QuickSearch no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome QuickSearch QuickSearch
ID ficodflfkgooiejeeejlekkplgggmhbc
URL Oficial https://chromewebstore.google.com/detail/quicksearch/ficodflfkgooiejeeejlekkplgggmhbc
Descrição Search directly on websites through URL bar.
Tamanho do Arquivo 102 KB
Contagem de Instalações 118
Versão Atual 1.0.0
Última Atualização 2019-06-02
Data de Publicação 2019-06-02
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Areeb Ahmed
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}