Snap Sarch - Search Faster
Search at Superhuman speeds!
Snap Sarch - Search Faster क्या है?
Snap Sarch - Search Faster https://snapsearch.online द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Search at Superhuman speeds!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Snap Sarch - Search Faster एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Snap Sarch - Search Faster |
ID | diidgminbhdappppdmgglehmdoeiaheg |
आधिकारिक URL | https://chromewebstore.google.com/detail/snap-sarch-search-faster/diidgminbhdappppdmgglehmdoeiaheg |
विवरण | Search at Superhuman speeds! |
फ़ाइल का आकार | 583 KB |
स्थापना संख्या | 157 |
वर्तमान संस्करण | 2.0 |
अंतिम अपडेट | 2020-08-30 |
प्रकाशन तिथि | 2019-07-16 |
डेवलपर | https://snapsearch.online |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://snapsearch.online |
सहायता पृष्ठ URL | http://snapsearch.online/#contact |
समर्थित भाषाएँ | 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" ] } |