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 |
| Eメール | [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
} | |