Manuals Aid: Free Manuals & Repair Guides

This extension sets the default search to manualsaid.com in order to provide quick suggested results for product manuals.

Manuals Aid: Free Manuals & Repair Guidesとは何ですか?

Manuals Aid: Free Manuals & Repair Guidesはhttps://manualsaid.comによって開発されたChromeの拡張機能で、その主な機能は「This extension sets the default search to manualsaid.com in order to provide quick suggested results for product manuals.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Manuals Aid: Free Manuals & Repair Guides拡張機能のCRXファイルをダウンロード

Manuals Aid: Free Manuals & Repair Guides拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        To find manuals:
1. Enter any query plus the word ‘manual’ into your address bar (e.g. printer manual)
2. View relevant suggested results for manuals 
3. Select the ManualsAid suggested result (indicated by extension icon) to view the product or brand manual.

Generic search results will be powered by Yahoo® Search.

Permissions:
Read and change your data on manualsaid.com - We require this to improve user experience and to provide the communicated functionality. By properly attributing user data with the source of origin, we ensure the product is made available to the correct user. This also helps us to identify spam and any abuse of our APIs and/or services.

Change default search settings to our domain manualsaid.com with web search powered by Yahoo.We require this permission in order to configure the omnibox with this extension's product features.


Disclaimer: By clicking the "Add to Chrome" button, I am agreeing to abide by the Terms of Service & Privacy Policy and to install this Chrome™ extension.

Chrome is a trademark of Google LLC. Use of it here does not imply any affiliation with or endorsement by Google LLC.
Yahoo is a registered trademark of Apollo Global Management Inc.

Privacy Policy: https://manualsaid.com/common/privacypolicy.html
Terms of Service: https://manualsaid.com/common/termsofservice.html                    

拡張機能の基本情報

名前 Manuals Aid: Free Manuals & Repair Guides Manuals Aid: Free Manuals & Repair Guides
ID liikdjpijdmpgifhjndnfiejcpcoelkm
公式URL https://chromewebstore.google.com/detail/manuals-aid-free-manuals/liikdjpijdmpgifhjndnfiejcpcoelkm
説明 This extension sets the default search to manualsaid.com in order to provide quick suggested results for product manuals.
ファイルサイズ 36.88 KB
インストール数 38,511
現在のバージョン 1.0.0.5
最終更新日 2024-02-27
公開日 2023-04-23
評価 2.67/5 合計 3 レビュー
開発者 https://manualsaid.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.manualsaid.com
プライバシーポリシーページのURL https://manualsaid.com/common/privacypolicy.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "serviceWorker\/serviceWorker.js"
    },
    "name": "Manuals Aid: Free Manuals & Repair Guides",
    "short_name": "Manuals Aid: Free Manuals & Repair Guides",
    "icons": {
        "128": "icons\/coloured.png"
    },
    "description": "This extension sets the default search to manualsaid.com in order to provide quick suggested results for product manuals.",
    "version": "1.0.0.5",
    "manifest_version": 3,
    "action": {
        "browser_style": true,
        "default_icon": {
            "128": "icons\/coloured.png"
        },
        "default_title": "Manuals Aid: Free Manuals & Repair Guides"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "declarativeNetRequestWithHostAccess",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/manualsaid.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/manualsaid.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "contentScript.js"
            ]
        },
        {
            "matches": [
                "*:\/\/manualsaid.com\/manualsaidwebsite\/*",
                "*:\/\/*.search.yahoo.com\/*"
            ],
            "js": [
                "keepChanges.js"
            ],
            "run_at": "document_end"
        }
    ],
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "web search by Yahoo",
            "keyword": "Manuals Aid",
            "favicon_url": "https:\/\/manualsaid.com\/newsdemo\/images\/searchico.png",
            "search_url": "https:\/\/manualsaid.com\/search.html?q={searchTerms}",
            "suggest_url": "https:\/\/manualsaid.com\/apps\/omniboxManualsSuggestion?q={searchTerms}",
            "encoding": "UTF-8",
            "is_default": true
        }
    }
}