Search the Current Site

Search the current site using the most popular search engine

Search the Current Siteคืออะไร?

Search the Current Site เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jofen และคุณลักษณะหลักของมันคือ "Search the current site using the most popular search engine"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

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

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

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

                        Search the current site using Google.
- Search selected text on any website by a simple click of a button.
- Use the right-click menu to search for selected text on current website.
- Google is used to do a site search of whatever you want to search on the whole website.
It will make your life easy when browsing website that does not provide any search options.
Features in development:
- Option to add different search engines
- Customizable hotkeys
- Search current subdomain or the entire domain
- Search using multiple engines                    

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

ชื่อ Search the Current Site Search the Current Site
ID jeofcjkhaibldgfbdhijbiakaoadcogn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/search-the-current-site/jeofcjkhaibldgfbdhijbiakaoadcogn
คำอธิบาย Search the current site using the most popular search engine
ขนาดไฟล์ 29.81 KB
จำนวนการติดตั้ง 618
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2022-09-17
วันที่เผยแพร่ 2018-02-13
คะแนน 2.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Jofen
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search the Current Site",
    "description": "Search the current site using the most popular search engine",
    "version": "1.2",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "common.js",
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "search.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "contextMenus"
    ]
}