tachyons-x-ray

Browser extension for tachyons-debug

Wat is tachyons-x-ray?

tachyons-x-ray is een Chrome-extensie ontwikkeld door https://tachyons.io, en de belangrijkste functie is "Browser extension for tachyons-debug".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie tachyons-x-ray

Download tachyons-x-ray-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

                        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                    

Basisinformatie over de Extensie

Naam tachyons-x-ray tachyons-x-ray
ID lbepbkiknibiobnbanhggglkmpkbdiim
Officiële URL https://chromewebstore.google.com/detail/tachyons-x-ray/lbepbkiknibiobnbanhggglkmpkbdiim
Beschrijving Browser extension for tachyons-debug
Bestandsgrootte 32.03 KB
Aantal Installaties 1,751
Huidige Versie 1.2.1
Laatst Bijgewerkt 2016-09-14
Publicatiedatum 2016-09-14
Beoordeling 5.00/5 Totaal 10 Beoordelingen
Ontwikkelaar https://tachyons.io
Betalingswijze free
Extensiewebsite http://tachyons.io/docs/debug-grid/
Help Pagina-URL https://github.com/johnotander/tachyons-x-ray
Ondersteunde Talen 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"
    ]
}