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 |
电子邮箱 | [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" } } |