QuickSearch
Search directly on websites through URL bar.
Qu'est-ce que QuickSearch ?
QuickSearch est une extension Chrome développée par Areeb Ahmed, et sa fonction principale est "Search directly on websites through URL bar.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension QuickSearch
Téléchargez les fichiers d'extension QuickSearch au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | QuickSearch |
ID | ficodflfkgooiejeeejlekkplgggmhbc |
URL Officiel | https://chromewebstore.google.com/detail/quicksearch/ficodflfkgooiejeeejlekkplgggmhbc |
Description | Search directly on websites through URL bar. |
Taille du Fichier | 102 KB |
Nombre d'Installations | 118 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2019-06-02 |
Date de Publication | 2019-06-02 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Areeb Ahmed |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |