Search the current site

A toolbar button to search all pages of any website using Google.

Search the current siteคืออะไร?

Search the current site เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tobias-schmidbauer.de และคุณลักษณะหลักของมันคือ "A toolbar button to search all pages of any website using Google."

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

screenshot
screenshot

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

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

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

                        Search any site you're on by the simple click of a button.  The search is done not only on the 1 page you are viewing as [Ctrl]+[F] does but instead Google is used to "site search" within ALL pages of the site.

How to customize:
Right-click the 🔍 "Search this site" button, then click "Options".  See second screenshot above for what options are available.

________________________________

Want the same functionality for searching websites in Firefox? Install the "Site Searcher" add-on from
https://addons.mozilla.org/addon/site-searcher/                    

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

ชื่อ Search the current site Search the current site
ID jliolpcnkmolaaecncdfeofombdekjcp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/search-the-current-site/jliolpcnkmolaaecncdfeofombdekjcp
คำอธิบาย A toolbar button to search all pages of any website using Google.
ขนาดไฟล์ 69 KB
จำนวนการติดตั้ง 104,764
เวอร์ชันปัจจุบัน 9.4
อัปเดตครั้งล่าสุด 2023-12-26
วันที่เผยแพร่ 2020-01-16
คะแนน 4.52/5 รวมทั้งหมด 319 คะแนน
ผู้พัฒนา https://tobias-schmidbauer.de
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ https://spreadsheets.google.com/spreadsheet/viewform?formkey=dFFERkFfaFV6QTJJS284YWtueEV1QVE6MQ
ภาษาที่รองรับ id,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "9.4",
    "description": "__MSG_extDescription__",
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": false,
        "open_in_tab": false
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "punycodeconverter.js",
            "functions.js",
            "options_storage.js",
            "background.js"
        ]
    },
    "default_locale": "en",
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage"
    ],
    "optional_permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_title": "__MSG_Search_this_site__",
        "default_icon": "icon128.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "35"
}