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.
擴展基本資訊
名稱 | Outliner |
ID | hmdacajmldpieoadpgloddgkeamdhoka |
官方網址 | 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\/" ] } |