Spider Search
Uses Google to perform a website-wide search
Spider Searchคืออะไร?
Spider Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย JasonMan และคุณลักษณะหลักของมันคือ "Uses Google to perform a website-wide search"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Spider Search
ดาวน์โหลดไฟล์ส่วนขยาย Spider Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
# Spider Search
Performs a website-wide search.
Useful for sites without a built-in search function
## Google based search
Use google to perform a website-wide search.
Might fail if used excessively
## Non-Google based search (Crawl based)
Uses a crawler to search through the site.
Slower, and will provide worse results than a Google based search.
Available offline. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | fkajnlmefmnbgkgjenklnmlamennphlp |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/spider-search/fkajnlmefmnbgkgjenklnmlamennphlp |
| คำอธิบาย | Uses Google to perform a website-wide search |
| ขนาดไฟล์ | 328 KB |
| จำนวนการติดตั้ง | 36 |
| เวอร์ชันปัจจุบัน | 1.1 |
| อัปเดตครั้งล่าสุด | 2019-03-20 |
| วันที่เผยแพร่ | 2019-03-15 |
| คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
| ผู้พัฒนา | JasonMan |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Spider Search",
"version": "1.1",
"description": "Uses Google to perform a website-wide search",
"permissions": [
"storage",
"activeTab",
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/spider16.png",
"32": "images\/spider32.png",
"48": "images\/spider48.png",
"128": "images\/spider128.png"
}
},
"commands": {
"_execute_browser_action": {
"suggested_key": {
"windows": "Ctrl+Shift+F",
"mac": "Command+Shift+F"
}
}
},
"icons": {
"16": "images\/spider16.png",
"32": "images\/spider32.png",
"48": "images\/spider48.png",
"128": "images\/spider128.png"
},
"manifest_version": 2
} | |