Outliner

This extension outlines all the DOM elements on a page

Wat is Outliner?

Outliner is een Chrome-extensie ontwikkeld door Zach Baker, en de belangrijkste functie is "This extension outlines all the DOM elements on a page".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Outliner

Download Outliner-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Exposes DOM element boundaries with dashed outlines.                    

Basisinformatie over de Extensie

Naam Outliner Outliner
ID hmdacajmldpieoadpgloddgkeamdhoka
Officiële URL https://chromewebstore.google.com/detail/outliner/hmdacajmldpieoadpgloddgkeamdhoka
Beschrijving This extension outlines all the DOM elements on a page
Bestandsgrootte 15.99 KB
Aantal Installaties 1,001
Huidige Versie 1.0.1
Laatst Bijgewerkt 2016-03-08
Publicatiedatum 2016-03-07
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Zach Baker
Betalingswijze free
Ondersteunde Talen 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\/"
    ]
}