Super Search
SuperSearch - Search the web swiftly from your browser SuperSearch - Light and minimal new tab / search bar that allows you to…
Super Search क्या है?
Super Search vanessaholmes011 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "SuperSearch - Search the web swiftly from your browser SuperSearch - Light and minimal new tab / search bar that allows you to…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Super Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
SuperSearch - Search the web swiftly from your browser SuperSearch - Light and minimal new tab / search bar that allows you to search swiftly by text and navigate easily to your favorite, recently visited sites. For more information please visit: https://www.super-searches.com/ Please leave us a 5 start review! By clicking "Add to chrome" you accept and agree to installing the SuperSearch Chrome extension, and setting Chrome® New Tab search to that provided by the service and the Terms of Use at https://www.super-searches.com/pages/terms_of_use and privacy policy at https://www.super-searches.com/pages/privacy_policy. The extension will update your new-tab search and will change your search engine to be powered by Microsoft Bing.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | fbanalpabncablnehfeofindocfgpcea |
आधिकारिक URL | https://chrome.google.com/webstore/detail/super-search/fbanalpabncablnehfeofindocfgpcea |
विवरण | SuperSearch - Search the web swiftly from your browser SuperSearch - Light and minimal new tab / search bar that allows you to… |
फ़ाइल का आकार | 640 KB |
स्थापना संख्या | 1,000 |
वर्तमान संस्करण | 1.0.0.6 |
अंतिम अपडेट | 2022-07-15 |
प्रकाशन तिथि | 2022-06-16 |
डेवलपर | vanessaholmes011 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.super-searches.com/ |
सहायता पृष्ठ URL | https://www.super-searches.com/pages/contact_us |
गोपनीयता नीति पृष्ठ URL | https://www.super-searches.com/pages/privacy_policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Super Search", "version": "1.0.0.6", "manifest_version": 3, "description": "", "homepage_url": "https:\/\/www.super-searches.com", "action": { "default_icon": { "16": "img\/16.png", "32": "img\/32.png", "48": "img\/48.png", "128": "img\/128.png" } }, "icons": { "16": "img\/16.png", "32": "img\/32.png", "48": "img\/48.png", "96": "img\/96.png", "128": "img\/128.png" }, "background": { "service_worker": "background.js" }, "chrome_url_overrides": { "newtab": "static\/html\/override.html" }, "permissions": [ "topSites", "storage", "alarms" ], "short_name": "supersearch" } |