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.」です。
拡張機能のスクリーンショット
WebSiteChecker拡張機能のCRXファイルをダウンロード
WebSiteChecker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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:\/\/*;" } } |