Find Manuals Online
Find Manuals Online
什么是Find Manuals Online?
Find Manuals Online是由https://www.findmanualsonline.net开发的Chrome扩展程序,该扩展的主要功能是“Find Manuals Online”。
扩展截图
下载Find Manuals Online扩展crx文件
下载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" } } |