Visual Markup

See your HTML/CSS visually

Vad är Visual Markup?

Visual Markup är en Chrome-tillägg utvecklad av jsrath, och dess huvudfunktion är "See your HTML/CSS visually".

Tilläggsskärmbilder

screenshot

Ladda ner Visual Markup-förlängningens CRX-fil

Ladda ner Visual Markup-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        This extension allows you to:

* See your markup clearly

* Diagnose CSS issues

* Understand element positioning 

* View the names of classes and ids                    

Grundläggande Information om Tillägg

Namn Visual Markup Visual Markup
ID haplgakkgklldgnckfdapejhipchiceo
Officiell webbadress https://chromewebstore.google.com/detail/visual-markup/haplgakkgklldgnckfdapejhipchiceo
Beskrivning See your HTML/CSS visually
Filstorlek 7.1 KB
Antal Installationer 27
Aktuell Version 1.0
Senast Uppdaterad 2018-07-31
Publiceringsdatum 2018-07-31
Betyg 5.00/5 Totalt 6 Betyg
Utvecklare jsrath
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://www.jsrath.com
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Visual Markup",
    "author": "jsrath",
    "short_name": "Visual Markup",
    "description": "See your HTML\/CSS visually",
    "version": "1.0",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "disabled16.png",
            "128": "disabled128.png"
        },
        "default_title": "See your HTML\/CSS visually"
    },
    "homepage_url": "http:\/\/www.jsrath.com",
    "icons": {
        "16": "enabled16.png",
        "128": "enabled128.png"
    },
    "manifest_version": 2
}