Outliner
This extension outlines all the DOM elements on a page
什么是Outliner?
Outliner是由Zach Baker开发的Chrome扩展程序,该扩展的主要功能是“This extension outlines all the DOM elements on a page”。
扩展截图
下载Outliner扩展crx文件
下载Outliner扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Exposes DOM element boundaries with dashed outlines. 扩展基本信息
| 名称 | |
| ID | hmdacajmldpieoadpgloddgkeamdhoka |
| 官方URL | https://chromewebstore.google.com/detail/outliner/hmdacajmldpieoadpgloddgkeamdhoka |
| 简介 | This extension outlines all the DOM elements on a page |
| 文件大小 | 15.99 KB |
| 安装次数 | 1,001 |
| 当前版本 | 1.0.1 |
| 更新时间 | 2016-03-08 |
| 上架时间 | 2016-03-07 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | Zach Baker |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Outliner",
"description": "This extension outlines all the DOM elements on a page",
"version": "1.0.1",
"icons": {
"16": "icon.outliner.16.png",
"48": "icon.outliner.48.png",
"128": "icon.outliner.128.png"
},
"browser_action": {
"default_icon": "icon.outliner.48.png",
"default_title": "Add some purple outlines"
},
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"permissions": [
"activeTab",
"https:\/\/ajax.googleapis.com\/"
]
} | |