Funnel Search

Advance search operators for google search

Cos'è Funnel Search?

Funnel Search è un'estensione di Chrome sviluppata da Kodebroz, e la sua funzione principale è "Advance search operators for google search".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Funnel Search

Scarica i file di estensione Funnel Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Hey there,

Are you not able to find a relevant search result?
Perform target oriented search queries with Funnel Search.  

it uses advanced search operators to perform complex search queries for you. 
you can restrict your results with various search operator, that will bring the most relevant results for you. 

List of query restriction operators.
* Query by specific country (e.g. United States) .
* Query by specific domain name (e.g. stackoverflow.com).
* Query by specific language.
* Query for specific file type such as pdf, svg, ppt, etc. 
* Query for a specific time period (e.g from-12/24/2005, to 06/25/2020)
* Filter your results by the last modification date.
* Exclude unwanted keyword from the results.
* Include Specific keyword in the results.

Useful for someone who is researching documents, content for assignment, can easily find ppt, pdf file, where he/she can easily restrict the results based on their requirement and perform a targeted query or you are looking for a sale on your favorite store can focus your queries for a specific website.

Hoping, this extension is making your googling experience better.

Happy Coding!
Happy googling!                    

Informazioni di Base sull'Estensione

Nome Funnel Search Funnel Search
ID moncnfejkabmlhblomihhdoifkgpgkhh
URL Ufficiale https://chromewebstore.google.com/detail/funnel-search/moncnfejkabmlhblomihhdoifkgpgkhh
Descrizione Advance search operators for google search
Dimensione del File 43.42 KB
Conteggio Installazioni 3,000
Versione Corrente 0.0.0.3
Ultimo Aggiornamento 2020-11-02
Data di Pubblicazione 2020-09-27
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Kodebroz
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Funnel Search",
    "version": "0.0.0.3",
    "description": "Advance search operators for google search",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/funnelSearch16.png",
            "32": "images\/funnelSearch32.png",
            "48": "images\/funnelSearch48.png",
            "128": "images\/funnelSearch128.png"
        }
    },
    "icons": {
        "16": "images\/funnelSearch16.png",
        "32": "images\/funnelSearch32.png",
        "48": "images\/funnelSearch48.png",
        "128": "images\/funnelSearch128.png"
    },
    "manifest_version": 2
}