WebSiteChecker

Checks whether the currently open page or linked pages are safe.

WebSiteChecker란 무엇입니까?

WebSiteChecker은(는) OrcaSoft에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Checks whether the currently open page or linked pages are safe."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        You can investigate with one click whether the currently displayed page or the linked page is safe. Additionally, you can thoroughly check details such as the host name, IP address, domain, and administrator name of the target site.                    

확장 프로그램 기본 정보

이름 WebSiteChecker WebSiteChecker
ID odolknbekbmmjpkcphdoflncdefnecfc
공식 URL https://chromewebstore.google.com/detail/websitechecker/odolknbekbmmjpkcphdoflncdefnecfc
설명 Checks whether the currently open page or linked pages are safe.
파일 크기 25.56 KB
설치 횟수 1,560
현재 버전 2.0.3
최근 업데이트 2024-01-02
출시 날짜 2015-08-25
평점 3.50/5 총 4 개의 평점
개발자 OrcaSoft
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://orca-soft.net/chrome/pd/html/privacy_policy.html
지원되는 언어 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extentionTitle__",
    "description": "__MSG_extentionDescription__",
    "version": "2.0.3",
    "default_locale": "en",
    "homepage_url": "https:\/\/orca-soft.net\/web\/",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icon.png",
        "default_title": "__MSG_default_title__"
    },
    "icons": {
        "16": "icons\/app16.png",
        "32": "icons\/app32.png",
        "64": "icons\/app64.png",
        "128": "icons\/app128.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; img-src 'self' http:\/\/* https:\/\/* data:; script-src 'self'; style-src 'self' http:\/\/* https:\/\/* 'unsafe-inline'; connect-src 'self' http:\/\/* https:\/\/*;"
    }
}