WebPage Contents Checker 2
Webページ上のコンテンツをチェックする拡張機能です。(It is an extension to check the contents on a Web page.)
WebPage Contents Checker 2とは何ですか?
WebPage Contents Checker 2はriatwによって開発されたChromeの拡張機能で、その主な機能は「Webページ上のコンテンツをチェックする拡張機能です。(It is an extension to check the contents on a Web page.)」です。
拡張機能のスクリーンショット
WebPage Contents Checker 2拡張機能のCRXファイルをダウンロード
WebPage Contents Checker 2拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Webページ上のコンテンツをチェックする拡張機能です。(It is an extension to check the contents on a Web page.) URLを入力するとWebサイト制作で必要なチェックを自動で行うことが可能です。
拡張機能の基本情報
名前 | WebPage Contents Checker 2 |
ID | ddmodhgghflkhhpophpploehckdloieb |
公式URL | https://chromewebstore.google.com/detail/webpage-contents-checker/ddmodhgghflkhhpophpploehckdloieb |
説明 | Webページ上のコンテンツをチェックする拡張機能です。(It is an extension to check the contents on a Web page.) |
ファイルサイズ | 211 KB |
インストール数 | 42 |
現在のバージョン | 2.0.3 |
最終更新日 | 2020-02-08 |
公開日 | 2020-02-08 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | riatw |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WebPage Contents Checker 2", "description": "Web\u30da\u30fc\u30b8\u4e0a\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u30c1\u30a7\u30c3\u30af\u3059\u308b\u62e1\u5f35\u6a5f\u80fd\u3067\u3059\u3002(It is an extension to check the contents on a Web page.)", "version": "2.0.3", "icons": { "128": "images\/icon\/icon_128.png" }, "browser_action": { "default_icon": { "128": "images\/icon\/icon_128.png" }, "default_title": "WebPage Content Checker" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "permissions": [ "tabs" ], "content_scripts": [ { "matches": [ " |