tachyons-x-ray

Browser extension for tachyons-debug

Was ist tachyons-x-ray?

tachyons-x-ray ist eine Chrome-Erweiterung, die von https://tachyons.io entwickelt wurde, und ihr Hauptmerkmal ist "Browser extension for tachyons-debug".

Erweiterungsscreenshots

screenshot

tachyons-x-ray-Erweiterungs-CRX-Datei herunterladen

Laden Sie tachyons-x-ray-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        BETA

Toggle a background grid on any webpage which can help you line elements up vertically and horizontally with each other. Sometimes across large amounts of whitespace it can be tough to see if things are aligned. The background grid comes in an 8px grid.920                    

Grundlegende Informationen zur Erweiterung

Name tachyons-x-ray tachyons-x-ray
ID lbepbkiknibiobnbanhggglkmpkbdiim
Offizielle URL https://chromewebstore.google.com/detail/tachyons-x-ray/lbepbkiknibiobnbanhggglkmpkbdiim
Beschreibung Browser extension for tachyons-debug
Dateigröße 32.03 KB
Installationsanzahl 1,751
Aktuelle Version 1.2.1
Letztes Update 2016-09-14
Veröffentlichungsdatum 2016-09-14
Bewertung 5.00/5 Insgesamt 10 Bewertungen
Entwickler https://tachyons.io
Zahlungsart free
Erweiterungswebsite http://tachyons.io/docs/debug-grid/
Hilfeseite URL https://github.com/johnotander/tachyons-x-ray
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "tachyons-x-ray",
    "description": "Browser extension for tachyons-debug",
    "version": "1.2.1",
    "background": {
        "persistent": false,
        "scripts": [
            "index.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19x.png",
            "38": "icons\/icon38x.png"
        }
    },
    "permissions": [
        "activeTab"
    ]
}