DOM HIGHLIGHTER

A dom highlighter for front-end developer.

Wat is DOM HIGHLIGHTER?

DOM HIGHLIGHTER is een Chrome-extensie ontwikkeld door http://www.44ux.com, en de belangrijkste functie is "A dom highlighter for front-end developer.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie DOM HIGHLIGHTER

Download DOM HIGHLIGHTER-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

                        A dom highlighter for front-end developer.                    

Basisinformatie over de Extensie

Naam DOM HIGHLIGHTER DOM HIGHLIGHTER
ID pkljnnogdmlajgaoodihioopfdkpgjgg
Officiële URL https://chrome.google.com/webstore/detail/dom-highlighter/pkljnnogdmlajgaoodihioopfdkpgjgg
Beschrijving A dom highlighter for front-end developer.
Bestandsgrootte 87.63 KB
Aantal Installaties 3,181
Huidige Versie 1.2
Laatst Bijgewerkt 2013-11-25
Publicatiedatum 2013-11-25
Beoordeling 2.60/5 Totaal 5 Beoordelingen
Ontwikkelaar http://www.44ux.com
Betalingswijze free
Extensiewebsite http://44ux.com
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DOM HIGHLIGHTER",
    "version": "1.2",
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "DOM HIGHLIGHTER",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "19": "images\/icon19.png",
        "38": "images\/icon38.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2
}