Word Wrap Checker
This extension can help you check HTML blocks for issues with long words, phrases, or big images.
What is Word Wrap Checker?
Word Wrap Checker is a Chrome extension developed by Nikolai Belikov, and its main feature is "This extension can help you check HTML blocks for issues with long words, phrases, or big images.".
Extension Screenshots
Download Word Wrap Checker Extension CRX File
Download Word Wrap Checker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Word Wrap Checker |
ID | gjkiifeaanbafelffgfpdkhbcekmlcad |
Official URL | https://chromewebstore.google.com/detail/word-wrap-checker/gjkiifeaanbafelffgfpdkhbcekmlcad |
Description | This extension can help you check HTML blocks for issues with long words, phrases, or big images. |
File Size | 29.33 KB |
Installation Count | 43 |
Current Version | 2.2.1 |
Last Updated | 2023-07-02 |
Publish Date | 2019-04-22 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Nikolai Belikov |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/nikbelikov/word-wrap-checker |
Help Page URL | https://github.com/nikbelikov/word-wrap-checker |
Supported Languages | 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" } } |