Snap Sarch - Search Faster
Search at Superhuman speeds!
Cos'è Snap Sarch - Search Faster?
Snap Sarch - Search Faster è un'estensione di Chrome sviluppata da https://snapsearch.online, e la sua funzione principale è "Search at Superhuman speeds!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Snap Sarch - Search Faster
Scarica i file di estensione Snap Sarch - Search Faster 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
Coming from the popular Android app, the chrome extension is built to give users a faster way of searching the web. Search at Superhuman speeds! Snap Search wants to provide the quickest way to search through your favourite websites in the easiest manner possible. Snap Search is incredibly simple: Step 1) Select your website ✓ Step 2) Enter your desired search term/keywords ✓ Step 3) TADA ! Browse through the search results in the most secure way possible. ✓ Currently, over 60 websites are supported and provided as options for you to choose from. Select your favourite website and search in incognito mode/normal mode faster than you could ever before. Snap Search has two main goals - to be incredibly simple, and incredibly fast.
Informazioni di Base sull'Estensione
Nome | Snap Sarch - Search Faster |
ID | diidgminbhdappppdmgglehmdoeiaheg |
URL Ufficiale | https://chromewebstore.google.com/detail/snap-sarch-search-faster/diidgminbhdappppdmgglehmdoeiaheg |
Descrizione | Search at Superhuman speeds! |
Dimensione del File | 583 KB |
Conteggio Installazioni | 157 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2020-08-30 |
Data di Pubblicazione | 2019-07-16 |
Sviluppatore | https://snapsearch.online |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://snapsearch.online |
URL della Pagina di Aiuto | http://snapsearch.online/#contact |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Snap Sarch - Search Faster", "version": "2.0", "description": "Search at Superhuman speeds!", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup.html", "default_icon": "images\/logo.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+1", "mac": "Command+Shift+1" } } }, "permissions": [ "activeTab", "tabs", "storage" ] } |