Find Manuals Online
Find Manuals Online
Find Manuals Onlineคืออะไร?
Find Manuals Online เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.findmanualsonline.net และคุณลักษณะหลักของมันคือ "Find Manuals Online"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Find Manuals Online
ดาวน์โหลดไฟล์ส่วนขยาย Find Manuals Online ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Unlock the potential to locate manuals with FindManualsOnline effortlessly! Delve into an expansive array of Online Manuals covering various products, from Appliances and TV and video to Computers and beyond! - Seamlessly navigate our extensive database by simply inputting the product name into the search box, streamlining the process of finding the precise manual you're looking for. - Easily explore manuals based on Brand or Category, ensuring you swiftly pinpoint the information you seek. - Accessing your search history has never been more convenient, allowing you to quickly revisit previously viewed manuals. - Never lose sight of crucial documents again—archive the manuals for future reference. Bid farewell to the tedious task of manual hunting and embrace the convenience that FindManualsOnline brings to your fingertips!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Find Manuals Online |
ID | pajjflonaoonhpfnalopleeffidbhegm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/find-manuals-online/pajjflonaoonhpfnalopleeffidbhegm |
คำอธิบาย | Find Manuals Online |
ขนาดไฟล์ | 302 KB |
จำนวนการติดตั้ง | 10,000 |
เวอร์ชันปัจจุบัน | 7.4001 |
อัปเดตครั้งล่าสุด | 2023-12-10 |
วันที่เผยแพร่ | 2023-12-10 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://www.findmanualsonline.net |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.findmanualsonline.net/ |
URL หน้านโยบายความเป็นส่วนตัว | https://www.findmanualsonline.net/privacy-policy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Find Manuals Online", "version": "7.4001", "description": "Find Manuals Online", "manifest_version": 3, "icons": { "128": "icons\/128.png", "64": "icons\/64.png", "48": "icons\/48.png", "38": "icons\/38.png", "32": "icons\/32.png", "19": "icons\/19.png", "16": "icons\/16.png" }, "permissions": [ "storage", "idle", "alarms" ], "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "background": { "service_worker": "serviceWorker.js" }, "content_scripts": [ { "js": [ "broker.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "run_at": "document_start", "all_frames": true }, { "js": [ "page.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "run_at": "document_start", "all_frames": false } ], "action": { "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" }, "default_title": "", "default_popup": "popup.html" } } |