Outliner

This extension outlines all the DOM elements on a page

What is Outliner?

Outliner is a Chrome extension developed by Zach Baker, and its main feature is "This extension outlines all the DOM elements on a page".

Extension Screenshots

screenshot

Download Outliner Extension CRX File

Download Outliner extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Exposes DOM element boundaries with dashed outlines.                    

Extension Basic Information

Name Outliner Outliner
ID hmdacajmldpieoadpgloddgkeamdhoka
Official URL https://chromewebstore.google.com/detail/outliner/hmdacajmldpieoadpgloddgkeamdhoka
Description This extension outlines all the DOM elements on a page
File Size 15.99 KB
Installation Count 1,001
Current Version 1.0.1
Last Updated 2016-03-08
Publish Date 2016-03-07
Rating 5.00/5 Total 3 Ratings
Developer Zach Baker
Payment Type free
Supported Languages 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\/"
    ]
}