Giraffe Search Tools

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

什麼是Giraffe Search Tools?

Giraffe Search Tools是由Browser extensions開發的Chrome擴展程式,該擴展的主要功能是“Search multiple search engines at once, online stores and other sites, see results in one tab. Compare results of search engines.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Giraffe Search Tools擴展crx文件

下載Giraffe Search Tools擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Giraffe Search Tools Giraffe Search Tools
ID aochploacmhcobikdgmkpohjccnjdicf
官方網址 https://chromewebstore.google.com/detail/giraffe-search-tools/aochploacmhcobikdgmkpohjccnjdicf
簡介 Search multiple search engines at once, online stores and other sites, see results in one tab. Compare results of search engines.
檔案大小 1.64 MB
安裝次數 196
目前版本 1.2
更新時間 2022-05-05
上架時間 2016-10-03
評分 3.00/5 共 2 次評分
開發者 Browser extensions
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    }
}