Find Manual

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

Cos'è Find Manual?

Find Manual è un'estensione di Chrome sviluppata da https://findmanual.org, e la sua funzione principale è "Find any user manual for many brand products from your browser toolbar".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Find Manual

Scarica i file di estensione Find Manual in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Find Manual Find Manual
ID cmadiiiggcaaelekacljabmbebfghaif
URL Ufficiale https://chromewebstore.google.com/detail/find-manual/cmadiiiggcaaelekacljabmbebfghaif
Descrizione Find any user manual for many brand products from your browser toolbar
Dimensione del File 92.94 KB
Conteggio Installazioni 167,643
Versione Corrente 2.0.5
Ultimo Aggiornamento 2024-02-09
Data di Pubblicazione 2020-05-15
Valutazione 4.13/5 Totale 77 Valutazioni
Sviluppatore https://findmanual.org
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://findmanual.org/privacy.html
Lingue Supportate 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"
            }
        ]
    }
}