Manuals Search
Set as a default Search provider to provide enhanced search suggestion for Manuals keywords in Omnibox and show Web/Manuals Results.
Manuals Searchคืออะไร?
Manuals Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย manualssearch และคุณลักษณะหลักของมันคือ "Set as a default Search provider to provide enhanced search suggestion for Manuals keywords in Omnibox and show Web/Manuals Results."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Manuals Search
ดาวน์โหลดไฟล์ส่วนขยาย Manuals Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension provides a quick way to get manuals suggestion for keywords typed in address bar. Clicking on manuals suggestions open search result for specified manuals and clicking on other suggestions opens web search result on Yahoo.com. This extension updates your default Search to Yahoo.com for web results. Simple and Easy to use: 1. Begin by typing keyword in Address Bar 2. Get suggestion for matched manuals. (You can identify manuals suggestions easily as they are displayed with extension icon next to them) 3. Select the suggestion for Manuals 4. Get Results By installing this extension, you agree to the Terms of Service (https://manualsdirectory.org/terms-of-service/) and Privacy Policy (https://manualsdirectory.org/privacy-policy/)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Manuals Search |
ID | mefdlpflnlcgildomebjfhmdhflimfnm |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/manuals-search/mefdlpflnlcgildomebjfhmdhflimfnm |
คำอธิบาย | Set as a default Search provider to provide enhanced search suggestion for Manuals keywords in Omnibox and show Web/Manuals Results. |
ขนาดไฟล์ | 56.13 KB |
จำนวนการติดตั้ง | 81,726 |
เวอร์ชันปัจจุบัน | 1.23.130 |
อัปเดตครั้งล่าสุด | 2023-06-18 |
วันที่เผยแพร่ | 2022-12-08 |
คะแนน | 1.50/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | manualssearch |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://manualsdirectory.org/privacy-policy |
ภาษาที่รองรับ | de,en-US,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Manuals Search", "short_name": "ManualsSearch", "description": "__MSG_description__", "default_locale": "en_US", "version": "1.23.130", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "32": "icons\/32.png", "128": "icons\/128.png" }, "background": { "service_worker": "worker.js" }, "action": { "default_icon": { "16": "icons\/16.png", "48": "icons\/48.png", "32": "icons\/32.png", "128": "icons\/128.png" }, "default_title": "Manuals Search" }, "chrome_settings_overrides": { "search_provider": { "name": "Manuals Search", "is_default": true, "encoding": "UTF-8", "keyword": "search", "favicon_url": "https:\/\/search.freshysearch-api.net\/favicon.ico", "search_url": "https:\/\/search.freshysearch-api.net\/search\/{searchTerms}", "suggest_url": "https:\/\/enhanced-meta.freshysearch-api.net\/enhanced-sug\/?s={searchTerms}&v=manuals" } }, "omnibox": { "keyword": "manual" }, "host_permissions": [ "*:\/\/*.freshysearch-api.net\/*", "*:\/\/*.search.freshy.com\/core\/v2\/complete\/*" ], "permissions": [ "cookies", "storage", "tabs", "declarativeNetRequest" ], "manifest_version": 3 } |