QSearch

Search from a multitude of social media platforms and websites at once from any tab!

Was ist QSearch?

QSearch ist eine Chrome-Erweiterung, die von quinnrs98 entwickelt wurde, und ihr Hauptmerkmal ist "Search from a multitude of social media platforms and websites at once from any tab!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

QSearch-Erweiterungs-CRX-Datei herunterladen

Laden Sie QSearch-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

                        Have you ever met someone new, heard that your friend has a new crush that you've never met, wanted to see which social media platforms your friends are on, or want to find celebrity accounts on social media??
If so, QSearch will allow you to search the top 15 most-used social media/websites at once so that your searching becomes much easier! Instead of manually searching a name over a dozen times, use this extension to do the same once on any tab.

Note: If there are any social media platforms/websites you'd like me to include, leave a rating with your suggestion and I will update the extension!


Notice: This extension works within the capabilities and legalities of Google Chrome. Thus, searching is not smooth on sites such as Instagram due to their lack of a search page.                    

Grundlegende Informationen zur Erweiterung

Name QSearch QSearch
ID nndbofegbeaookkpodpkaeaelndpljbl
Offizielle URL https://chromewebstore.google.com/detail/qsearch/nndbofegbeaookkpodpkaeaelndpljbl
Beschreibung Search from a multitude of social media platforms and websites at once from any tab!
Dateigröße 47.98 KB
Installationsanzahl 220
Aktuelle Version 1.6
Letztes Update 2018-08-11
Veröffentlichungsdatum 2018-08-10
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler quinnrs98
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "QSearch",
    "version": "1.6",
    "description": "Search from a multitude of social media platforms and websites at once from any tab!",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [
                "popup.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "tabs",
        "downloads",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}