Find Manuals Online
Find Manuals Online
Find Manuals Online란 무엇입니까?
Find Manuals Online은(는) https://www.findmanualsonline.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Find Manuals Online"입니다.
확장 프로그램 스크린샷
Find Manuals Online 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |