Find Manual

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

Find Manualคืออะไร?

Find Manual เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://findmanual.org และคุณลักษณะหลักของมันคือ "Find any user manual for many brand products from your browser toolbar"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Find Manual

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
            }
        ]
    }
}