Find Manuals Online

Find Manuals Online

Find Manuals Onlineとは何ですか?

Find Manuals Onlineはhttps://www.findmanualsonline.netによって開発されたChromeの拡張機能で、その主な機能は「Find Manuals Online」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

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 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
Eメール [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"
    }
}