Site Search Tool

A shortcut to performing a Google 'site:' search primarily to try and make other halfs life easier. Introduced nofollow link…

Site Search Tool là gì?

Site Search Tool là một tiện ích mở rộng Chrome được phát triển bởi http://matthewshields.co.uk, và tính năng chính của nó là "A shortcut to performing a Google 'site:' search primarily to try and make other halfs life easier. Introduced nofollow link…".

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

Tải xuống các tệp mở rộng Site Search Tool 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

                        A shortcut to performing a Google 'site:' search primarily to try and make other halfs life easier.

Introduced nofollow link styling.                    

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

Tên Site Search Tool Site Search Tool
ID khnbepdfpjiemfhfnjdmkgfbonodphjb
URL Chính Thức https://chrome.google.com/webstore/detail/site-search-tool/khnbepdfpjiemfhfnjdmkgfbonodphjb
Mô tả A shortcut to performing a Google 'site:' search primarily to try and make other halfs life easier. Introduced nofollow link…
Kích Thước Tệp 53.22 KB
Số Lần Cài Đặt 769
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2015-12-16
Ngày Phát Hành 2015-12-16
Đánh Giá 3.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển http://matthewshields.co.uk
Loại Thanh Toán free
Trang Web Mở Rộng http://matthewshields.co.uk
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Site Search Tool",
    "options_page": "options.html",
    "short_name": "Site Search Tool",
    "manifest_version": 2,
    "version": "1.3",
    "background": {
        "scripts": [
            "jquery.js",
            "content_scripts.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "background",
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "logo.png"
    ]
}