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คืออะไร?

Site Search Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://matthewshields.co.uk และคุณลักษณะหลักของมันคือ "A shortcut to performing a Google 'site:' search primarily to try and make other halfs life easier. Introduced nofollow link…"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Site Search Tool

ดาวน์โหลดไฟล์ส่วนขยาย Site Search Tool ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

Introduced nofollow link styling.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Site Search Tool Site Search Tool
ID khnbepdfpjiemfhfnjdmkgfbonodphjb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/site-search-tool/khnbepdfpjiemfhfnjdmkgfbonodphjb
คำอธิบาย A shortcut to performing a Google 'site:' search primarily to try and make other halfs life easier. Introduced nofollow link…
ขนาดไฟล์ 53.22 KB
จำนวนการติดตั้ง 769
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2015-12-16
วันที่เผยแพร่ 2015-12-16
คะแนน 3.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา http://matthewshields.co.uk
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://matthewshields.co.uk
ภาษาที่รองรับ 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"
    ]
}