Giraffe Search Tools

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

Vad är Giraffe Search Tools?

Giraffe Search Tools är en Chrome-tillägg utvecklad av Browser extensions, och dess huvudfunktion är "Search multiple search engines at once, online stores and other sites, see results in one tab. Compare results of search engines.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Giraffe Search Tools-förlängningens CRX-fil

Ladda ner Giraffe Search Tools-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Giraffe Search Tools Giraffe Search Tools
ID aochploacmhcobikdgmkpohjccnjdicf
Officiell webbadress https://chromewebstore.google.com/detail/giraffe-search-tools/aochploacmhcobikdgmkpohjccnjdicf
Beskrivning Search multiple search engines at once, online stores and other sites, see results in one tab. Compare results of search engines.
Filstorlek 1.64 MB
Antal Installationer 196
Aktuell Version 1.2
Senast Uppdaterad 2022-05-05
Publiceringsdatum 2016-10-03
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare Browser extensions
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}