hyperDart Search

Federated search platform

Qu'est-ce que hyperDart Search ?

hyperDart Search est une extension Chrome développée par https://hyperdart.com, et sa fonction principale est "Federated search platform".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension hyperDart Search

Téléchargez les fichiers d'extension hyperDart Search 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

                        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/                    

Informations de Base sur l'Extension

Nom hyperDart Search hyperDart Search
ID nikjmfaildnjeannenoijpeacgfdinbn
URL Officiel https://chromewebstore.google.com/detail/hyperdart-search/nikjmfaildnjeannenoijpeacgfdinbn
Description Federated search platform
Taille du Fichier 1.23 MB
Nombre d'Installations 59
Version Actuelle 5.30.10
Dernière Mise à Jour 2023-11-24
Date de Publication 2020-07-18
Évaluation 5.00/5 Total 11 Évaluations
Développeur https://hyperdart.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://hyperdart.com
URL de la Page d'Aide https://about.hyperdart.com/contact/
URL de la Page de Politique de Confidentialité https://about.hyperdart.com/privacy-policy
Langues Prises en Charge 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": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/www.google.com\/*",
                "*:\/\/hyperdart.com\/*",
                "*:\/\/dev.hyperdart.com\/*"
            ],
            "js": [
                "contentScriptSideSearch.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.png",
                "images\/searchEngines\/*.ico",
                "index.html"
            ],
            "extension_ids": [],
            "matches": [
                "https:\/\/hyperdart.com\/*"
            ]
        },
        {
            "resources": [
                "icons\/*",
                "https:\/\/*.hyperdart.com\/*"
            ],
            "extension_ids": [],
            "matches": [
                "https:\/\/*.amazon.com\/*",
                "https:\/\/*.amazon.ca\/*",
                "https:\/\/*.amazon.in\/*",
                "https:\/\/www.bestbuy.com\/*",
                "https:\/\/www.yelp.com\/*",
                "https:\/\/www.homedepot.com\/*",
                "https:\/\/www.imdb.com\/*"
            ]
        },
        {
            "resources": [
                "create-coral.js",
                "icons\/*",
                "https:\/\/*.hyperdart.com\/*"
            ],
            "extension_ids": [],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "chrome_settings_overrides": {
        "homepage": "https:\/\/hyperdart.com\/hd",
        "search_provider": {
            "favicon_url": "https:\/\/hyperdart.com\/hd\/favicon.ico",
            "name": "hyperDart",
            "keyword": "hyperdart.com",
            "search_url": "https:\/\/hyperdart.com\/hd\/web\/search?q={searchTerms}&s=ext",
            "suggest_url": "https:\/\/hyperdart.com\/nodeapi\/search\/autocomplete?text={searchTerms}&format=osd",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "action": {
        "default_popup": "popupPDTNew.html"
    }
}