hyperDart Search
Federated search platform
Was ist hyperDart Search?
hyperDart Search ist eine Chrome-Erweiterung, die von https://hyperdart.com entwickelt wurde, und ihr Hauptmerkmal ist "Federated search platform".
Erweiterungsscreenshots
hyperDart Search-Erweiterungs-CRX-Datei herunterladen
Laden Sie hyperDart Search-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This is the hyperDart official chrome browser extension. The extension will show intelligent answer cards powered by our network of high quality data providers in response to your search queries. * Find answers to your queries faster * Avoid hopping from link to link to find the information you are looking for * See intelligent answer cards from some of the best information providers on the web * Smart autocomplete and intelligent answer suggestions as you type your search * Comes standard with light, dark and blackout themes How it works: When you perform a search either using the browser omnibox or using the hyperDart search on a new tab, you will see answer cards powered by a host of high quality provider partners in addition to standard web search results. By clicking "Add to chrome", you accept and agree to installing the hyperDart Search extension and setting Chrome™ New Tab and default search to that provided by the service and the Terms of Use at https://about.hyperdart.com/terms-and-conditions/ and Privacy Policy at https://about.hyperdart.com/privacy-policy/. The extension will update your search settings and will change your search engine to be powered by Bing For any support or feedback, contact us at https://about.hyperdart.com/contact/ Know more about hyperDart at https://about.hyperdart.com/about/
Grundlegende Informationen zur Erweiterung
Name | hyperDart Search |
ID | nikjmfaildnjeannenoijpeacgfdinbn |
Offizielle URL | https://chromewebstore.google.com/detail/hyperdart-search/nikjmfaildnjeannenoijpeacgfdinbn |
Beschreibung | Federated search platform |
Dateigröße | 1.23 MB |
Installationsanzahl | 59 |
Aktuelle Version | 5.30.10 |
Letztes Update | 2023-11-24 |
Veröffentlichungsdatum | 2020-07-18 |
Bewertung | 5.00/5 Insgesamt 11 Bewertungen |
Entwickler | https://hyperdart.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://hyperdart.com |
Hilfeseite URL | https://about.hyperdart.com/contact/ |
URL der Datenschutzrichtlinien-Seite | https://about.hyperdart.com/privacy-policy |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "hyperDart Search", "version": "5.30.10", "description": "Federated search platform", "manifest_version": 3, "permissions": [ "storage", "topSites", "tabs", "contextMenus" ], "host_permissions": [ "https:\/\/*.hyperdart.com\/*", "https:\/\/*:*\/*" ], "background": { "service_worker": "background.js" }, "icons": { "16": "images\/colorIcon\/hd_16.png", "32": "images\/colorIcon\/hd_32.png", "48": "images\/colorIcon\/hd_48.png", "128": "images\/colorIcon\/hd_128.png" }, "externally_connectable": { "matches": [ "https:\/\/*.hyperdart.com\/*", "http:\/\/localhost:3000\/*" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.google.com\/*", "*:\/\/duckduckgo.com\/*", "*:\/\/*.bing.com\/*", "*:\/\/in.search.yahoo.com\/*" ], "js": [ "content.js", "upvote.js" ] }, { "matches": [ "https:\/\/*.amazon.com\/*", "https:\/\/*.amazon.in\/*", "https:\/\/*.amazon.ca\/*", "https:\/\/www.bestbuy.com\/*", "https:\/\/www.imdb.com\/search\/title\/*", "https:\/\/www.imdb.com\/title\/*", "https:\/\/www.yelp.com\/*", "https:\/\/www.homedepot.com\/*" ], "js": [ "\/lib\/penpal.min.js", "contentPDT.js" ] }, { "matches": [ "https:\/\/*.wikipedia.org\/wiki\/*", "https:\/\/css-tricks.com\/*", "https:\/\/medium.com\/*", "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "contentAnsSnippet.js" ] }, { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "empty.js" ] }, { "matches": [ " |