Find Manual

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

Find Manual là gì?

Find Manual là một tiện ích mở rộng Chrome được phát triển bởi https://findmanual.org, và tính năng chính của nó là "Find any user manual for many brand products from your browser toolbar".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Find Manual

Tải xuống các tệp mở rộng Find Manual dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Find Manual Find Manual
ID cmadiiiggcaaelekacljabmbebfghaif
URL Chính Thức https://chromewebstore.google.com/detail/find-manual/cmadiiiggcaaelekacljabmbebfghaif
Mô tả Find any user manual for many brand products from your browser toolbar
Kích Thước Tệp 92.94 KB
Số Lần Cài Đặt 167,643
Phiên Bản Hiện Tại 2.0.5
Cập Nhật Lần Cuối 2024-02-09
Ngày Phát Hành 2020-05-15
Đánh Giá 4.13/5 Tổng số 77 Đánh Giá
Nhà Phát Triển https://findmanual.org
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://findmanual.org/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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"
            }
        ]
    }
}