QuickSearch

Search directly on websites through URL bar.

Τι είναι το QuickSearch;

Το QuickSearch είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Areeb Ahmed, και η κύρια λειτουργία του είναι "Search directly on websites through URL bar.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης QuickSearch

Λήψη αρχείων επέκτασης 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"
    }
}