Find Manual

Find any user manual for many brand products from your browser toolbar

What is Find Manual?

Find Manual is a Chrome extension developed by https://findmanual.org, and its main feature is "Find any user manual for many brand products from your browser toolbar".

Extension Screenshots

screenshot

Download Find Manual Extension CRX File

Download Find Manual extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Find Manual - a new, high-featured extension, which includes special manuals library, allowing you to find almost any user manual for popular brand products from your browser. 

Find Manual provides you with instant access to a manual library directly from your browser’s toolbar - simply click on the extension icon, enter the product name in the manual search field.

Tired of looking for desired user manual all over the search engines? Simply get the Find Manual extension and discover a huge library of any user manuals from all over the network. 

User manuals for home appliance, for cars, for garden technics - anything can be found with just one toolbar click with this user manual extension.

Search for anything, for example:

Honeywell user manual

And discover more, then 1000 manuals at a distance of a click.

of another example:

Samsung user manual

And choose anything from your smartphone to your refrigerator.

You can also easily search for product user manuals right from the product pages - the extension detects the product and adds a "Find manual" button near it's name.

Get the extension now and solve the headache of looking for any manual once and forever!

Any feedback is always appreciated.

By clicking the button above, you agree to abide by the EULA, Privacy Policy, Endorsement Disclaimer and DMCA Policy.

Privacy Policy: https://www.findmanual.org/privacy.html
EULA: https://www.findmanual.org/eula.html                    

Extension Basic Information

Name Find Manual Find Manual
ID cmadiiiggcaaelekacljabmbebfghaif
Official URL https://chromewebstore.google.com/detail/find-manual/cmadiiiggcaaelekacljabmbebfghaif
Description Find any user manual for many brand products from your browser toolbar
File Size 92.94 KB
Installation Count 167,643
Current Version 2.0.5
Last Updated 2024-02-09
Publish Date 2020-05-15
Rating 4.13/5 Total 77 Ratings
Developer https://findmanual.org
Email [email protected]
Payment Type free
Privacy Policy Page URL https://findmanual.org/privacy.html
Supported Languages id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_shortName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "asset\/image\/icon128.png",
        "48": "asset\/image\/icon128.png",
        "128": "asset\/image\/icon128.png"
    },
    "version": "2.0.5",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "tabs",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "options_page": "html\/OptionPage.html",
    "content_scripts": [
        {
            "js": [
                "js\/ContentScript.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_icon": "asset\/image\/icon128.png",
        "default_title": "__MSG_defTitle__",
        "default_popup": ".\/html\/Popup.html"
    },
    "background": {
        "service_worker": "js\/Background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "asset\/image\/manual-image.svg",
                "asset\/image\/Stroke.svg",
                "asset\/font\/Inter-SemiBold.ttf",
                "html\/OptionPage.html",
                "js\/initButton.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "rules11",
                "enabled": true,
                "path": "fmr.json"
            }
        ]
    }
}