Manuals Search

Search Manuals in the browser address bar and manage your web search & manuals search provider.

Manuals Search란 무엇입니까?

Manuals Search은(는) Manuals Library에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search Manuals in the browser address bar and manage your web search & manuals search provider."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Manuals Search 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension updates browser search provider and enable users to get results for free product Manuals. 

How do I Search for Free Manuals? 
1. Type "manuals" in the browser address bar and click "Space" or "Tab" in your keyboard
2. Input your search keyword and hit ""enter""

You can also Search for Manuals by clicking on Extension icon in browser and using the input box in Extension  Modal.

Easily get access to millions of web and manuals search results with this extension.

This extension updates your browser default search settings in the following ways:
- Allows for custom Manuals searches directly from your browser omnibox
- Sets Yahoo as the default search setting in your browser"

By installing this extension, you agree to the Terms of Use (https://manualsearch-serp.org/terms-of-service/) and Privacy Policy (https://manualsearch-serp.org/privacy-policy/)                    

확장 프로그램 기본 정보

이름 Manuals Search Manuals Search
ID ojpnaocbelgmngalknbglceminppbnak
공식 URL https://chrome.google.com/webstore/detail/manuals-search/ojpnaocbelgmngalknbglceminppbnak
설명 Search Manuals in the browser address bar and manage your web search & manuals search provider.
파일 크기 1.17 MB
설치 횟수 209,287
현재 버전 1.23.724
최근 업데이트 2023-07-25
출시 날짜 2023-05-11
평점 4.25/5 총 4 개의 평점
개발자 Manuals Library
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://manualslibrarytab-site.org/privacy-policy/index.html
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Manuals Search",
    "short_name": "ManualSearch",
    "description": "Search Manuals in the browser address bar and manage your web search & manuals search provider.",
    "version": "1.23.724",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "32": "icons\/32.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "omnibox": {
        "keyword": "manuals"
    },
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "48": "icons\/48.png",
            "32": "icons\/32.png",
            "128": "icons\/128.png"
        },
        "default_title": "Manuals Search",
        "default_popup": "pages\/popup\/popup.html"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Web",
            "is_default": true,
            "encoding": "UTF-8",
            "keyword": "search",
            "favicon_url": "https:\/\/services.manualsearch-svc.org\/favicon.ico",
            "search_url": "https:\/\/services.manualsearch-svc.org\/search\/{searchTerms}",
            "suggest_url": "https:\/\/sug.manualsearch-svc.org\/sug\/?s={searchTerms}"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/s.manualsearch-serp.org\/*",
                "*:\/\/search.yahoo.com\/yhs\/search?hspart=tro*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "host_permissions": [
        "*:\/\/*.manualsearch-svc.org\/*"
    ],
    "permissions": [
        "cookies",
        "storage",
        "search",
        "declarativeNetRequest"
    ],
    "manifest_version": 3
}