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 là gì?

Giraffe Search Tools là một tiện ích mở rộng Chrome được phát triển bởi Browser extensions, và tính năng chính của nó là "Search multiple search engines at once, online stores and other sites, see results in one tab. Compare results of search engines.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Giraffe Search Tools

Tải xuống các tệp mở rộng Giraffe Search Tools dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Giraffe Search Tools Giraffe Search Tools
ID aochploacmhcobikdgmkpohjccnjdicf
URL Chính Thức https://chromewebstore.google.com/detail/giraffe-search-tools/aochploacmhcobikdgmkpohjccnjdicf
Mô tả Search multiple search engines at once, online stores and other sites, see results in one tab. Compare results of search engines.
Kích Thước Tệp 1.64 MB
Số Lần Cài Đặt 196
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2022-05-05
Ngày Phát Hành 2016-10-03
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Browser extensions
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}