View Manuals

View Manuals replaces your new tab with quick access to User Guides & Manuals with sponsored web search.

View Manuals란 무엇입니까?

View Manuals은(는) View Manuals에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View Manuals replaces your new tab with quick access to User Guides & Manuals with sponsored web search."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Make Your Life Easier with the Free View Manuals Chrome Extension. View & Search Free Manuals with our large collection of Free User Guides, Troubleshooting Guides, Service Manuals & More. 

View Manuals Extension includes Quick Manual Search, Yahoo Web Search, & Back Ground Image.

Simply click the Top Right Manual Icon on your New Tab Page to Begin. Click any Manual Category to Search Manuals or Start Typing a Manual in the Search Bar. Our Smart Autocomplete will Match the Manual with Ease along with Product Images to make your Search Better.

Click Any Manual to View. Click The Print Icon to Print the Current Page of the Manual. Search & View Manuals Now!



View Our Privacy Policy At: https://viewmanuals.com/app/privacy.html & Uninstall Instructions At: https://viewmanuals.com/app/uninstall.html                    

확장 프로그램 기본 정보

이름 View Manuals View Manuals
ID gnjggbjjfgjdcnognnfjgcgjbpjdephi
공식 URL https://chromewebstore.google.com/detail/view-manuals/gnjggbjjfgjdcnognnfjgcgjbpjdephi
설명 View Manuals replaces your new tab with quick access to User Guides & Manuals with sponsored web search.
파일 크기 422 KB
설치 횟수 49,020
현재 버전 1.0.0.0
최근 업데이트 2023-06-16
출시 날짜 2023-06-16
평점 1.00/5 총 1 개의 평점
개발자 View Manuals
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://viewmanuals.com/app/privacy.html
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0.0",
    "manifest_version": 3,
    "short_name": "View Manuals",
    "name": "View Manuals",
    "description": "View Manuals replaces your new tab with quick access to User Guides & Manuals with sponsored web search.",
    "background": {
        "service_worker": "install_service.js"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "*.json",
                "favicon.ico"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self' 'unsafe-inline'; connect-src 'self' https:\/\/viewmanuals.com https:\/\/www.viewmanuals.com https:\/\/manuals.viewmanuals.com https:\/\/www.manuals.viewmanuals.com; script-src 'self'; object-src 'self'; img-src 'self' https:\/\/viewmanuals.com * data:;"
    }
}