Snap Sarch - Search Faster
Search at Superhuman speeds!
Qu'est-ce que Snap Sarch - Search Faster ?
Snap Sarch - Search Faster est une extension Chrome développée par https://snapsearch.online, et sa fonction principale est "Search at Superhuman speeds!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Snap Sarch - Search Faster
Téléchargez les fichiers d'extension Snap Sarch - Search Faster 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
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.
Informations de Base sur l'Extension
Nom | Snap Sarch - Search Faster |
ID | diidgminbhdappppdmgglehmdoeiaheg |
URL Officiel | https://chromewebstore.google.com/detail/snap-sarch-search-faster/diidgminbhdappppdmgglehmdoeiaheg |
Description | Search at Superhuman speeds! |
Taille du Fichier | 583 KB |
Nombre d'Installations | 157 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2020-08-30 |
Date de Publication | 2019-07-16 |
Développeur | https://snapsearch.online |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://snapsearch.online |
URL de la Page d'Aide | http://snapsearch.online/#contact |
Langues Prises en Charge | 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" ] } |