Giraffe Search Tools

Search multiple search engines at once, online stores and other sites, see results in one tab. Compare results of search engines.

Was ist Giraffe Search Tools?

Giraffe Search Tools ist eine Chrome-Erweiterung, die von Browser extensions entwickelt wurde, und ihr Hauptmerkmal ist "Search multiple search engines at once, online stores and other sites, see results in one tab. Compare results of search engines.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Giraffe Search Tools-Erweiterungs-CRX-Datei herunterladen

Laden Sie Giraffe Search Tools-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

                        Search multiple search engines at once, online stores and other sites, see results in one tab. Compare results of search engines: Google, Yahoo, Bing, Yandex, social networks: Facebook, Linkedin, Vk.com, Twitter, search videos on Youtube. Compare products: Amazon, Ebay. Save your search results, in the future open it in one click. Search from context menu.                    

Grundlegende Informationen zur Erweiterung

Name Giraffe Search Tools Giraffe Search Tools
ID aochploacmhcobikdgmkpohjccnjdicf
Offizielle URL https://chromewebstore.google.com/detail/giraffe-search-tools/aochploacmhcobikdgmkpohjccnjdicf
Beschreibung Search multiple search engines at once, online stores and other sites, see results in one tab. Compare results of search engines.
Dateigröße 1.64 MB
Installationsanzahl 196
Aktuelle Version 1.2
Letztes Update 2022-05-05
Veröffentlichungsdatum 2016-10-03
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler Browser extensions
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Giraffe Search Tools",
    "description": "Search multiple search engines at once, online stores and other sites, see results in one tab. Compare results of search engines.",
    "version": "1.2",
    "browser_action": {
        "19": "img\/ic\/icon19.png",
        "38": "img\/ic\/icon38.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "unlimitedStorage",
        "storage",
        "contextMenus",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "img\/ic\/icon16.png",
        "48": "img\/ic\/icon48.png",
        "128": "img\/ic\/icon128.png",
        "256": "img\/ic\/icon256.png"
    }
}