tachyons-x-ray

Browser extension for tachyons-debug

Hvad er tachyons-x-ray?

tachyons-x-ray er en Chrome-udvidelse udviklet af https://tachyons.io, og dens hovedfunktion er "Browser extension for tachyons-debug".

Udvidelsesskærmbilleder

screenshot

Download tachyons-x-ray-udvidelses-CRX-fil

Download tachyons-x-ray-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn tachyons-x-ray tachyons-x-ray
ID lbepbkiknibiobnbanhggglkmpkbdiim
Officiel URL https://chromewebstore.google.com/detail/tachyons-x-ray/lbepbkiknibiobnbanhggglkmpkbdiim
Beskrivelse Browser extension for tachyons-debug
Filstørrelse 32.03 KB
Antal Installationer 1,751
Nuværende Version 1.2.1
Senest Opdateret 2016-09-14
Udgivelsesdato 2016-09-14
Bedømmelse 5.00/5 Samlet 10 Bedømmelser
Udvikler https://tachyons.io
Betalingsmetode free
Udvidelseswebsted http://tachyons.io/docs/debug-grid/
Hjælpeside-URL https://github.com/johnotander/tachyons-x-ray
Understøttede Sprog 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"
    ]
}