DOM Overflow
Highlights elements that overflow the viewport
什么是DOM Overflow?
DOM Overflow是由http://thepixelforge.co.uk开发的Chrome扩展程序,该扩展的主要功能是“Highlights elements that overflow the viewport”。
下载DOM Overflow扩展crx文件
下载DOM Overflow扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
DOM Overflow is a simple plugin that highlights elements of the DOM overflowing the document width causing unwanted horizontal scrolling.
Credits
- Full Basket by Iulia Ardeleanu from the Noun Project (project icon) 扩展基本信息
| 名称 | |
| ID | nkaepkjbnbbnflhnpcfejjpckndifhjj |
| 官方URL | https://chrome.google.com/webstore/detail/dom-overflow/nkaepkjbnbbnflhnpcfejjpckndifhjj |
| 简介 | Highlights elements that overflow the viewport |
| 文件大小 | 5.85 KB |
| 安装次数 | 46 |
| 当前版本 | 2.0.1 |
| 更新时间 | 2016-10-28 |
| 上架时间 | 2016-10-28 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | http://thepixelforge.co.uk |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/anth12/dom-overflow |
| 帮助页面URL | https://github.com/anth12/dom-overflow/issues |
| 支持的语言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "DOM Overflow",
"description": "Highlights elements that overflow the viewport",
"version": "2.0.1",
"permissions": [
"activeTab"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_icon": "icon.png",
"default_title": "Highlight overflowing elements"
},
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"manifest_version": 2
} | |