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 |
| 官方網址 | 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
} | |