Word Wrap Checker
This extension can help you check HTML blocks for issues with long words, phrases, or big images.
Word Wrap Checkerとは何ですか?
Word Wrap CheckerはNikolai Belikovによって開発されたChromeの拡張機能で、その主な機能は「This extension can help you check HTML blocks for issues with long words, phrases, or big images.」です。
拡張機能のスクリーンショット
Word Wrap Checker拡張機能のCRXファイルをダウンロード
Word Wrap Checker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
1. Open any website. 2. Click on the extension's button. 3. Adjust the parameters and click on the "Check" button. To reset all changes, refresh the page.
拡張機能の基本情報
名前 | Word Wrap Checker |
ID | gjkiifeaanbafelffgfpdkhbcekmlcad |
公式URL | https://chromewebstore.google.com/detail/word-wrap-checker/gjkiifeaanbafelffgfpdkhbcekmlcad |
説明 | This extension can help you check HTML blocks for issues with long words, phrases, or big images. |
ファイルサイズ | 29.33 KB |
インストール数 | 43 |
現在のバージョン | 2.2.1 |
最終更新日 | 2023-07-02 |
公開日 | 2019-04-22 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | Nikolai Belikov |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/nikbelikov/word-wrap-checker |
ヘルプページのURL | https://github.com/nikbelikov/word-wrap-checker |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Word Wrap Checker", "version": "2.2.1", "description": "This extension can help you check HTML blocks for issues with long words, phrases, or big images.", "permissions": [ "activeTab", "scripting" ], "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "action": { "default_title": "Word Wrap Checker", "default_icon": "icon.png", "default_popup": "popup.html" } } |