Find Manual

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

什麼是Find Manual?

Find Manual是由https://findmanual.org開發的Chrome擴展程式,該擴展的主要功能是“Find any user manual for many brand products from your browser toolbar”。

擴展截圖

screenshot

下載Find Manual擴展crx文件

下載Find Manual擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Find Manual Find Manual
ID cmadiiiggcaaelekacljabmbebfghaif
官方網址 https://chromewebstore.google.com/detail/find-manual/cmadiiiggcaaelekacljabmbebfghaif
簡介 Find any user manual for many brand products from your browser toolbar
檔案大小 92.94 KB
安裝次數 167,643
目前版本 2.0.5
更新時間 2024-02-09
上架時間 2020-05-15
評分 4.13/5 共 77 次評分
開發者 https://findmanual.org
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://findmanual.org/privacy.html
支援的語言 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"
            }
        ]
    }
}