tachyons-x-ray

Browser extension for tachyons-debug

Vad är tachyons-x-ray?

tachyons-x-ray är en Chrome-tillägg utvecklad av https://tachyons.io, och dess huvudfunktion är "Browser extension for tachyons-debug".

Tilläggsskärmbilder

screenshot

Ladda ner tachyons-x-ray-förlängningens CRX-fil

Ladda ner tachyons-x-ray-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

                        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äggande Information om Tillägg

Namn tachyons-x-ray tachyons-x-ray
ID lbepbkiknibiobnbanhggglkmpkbdiim
Officiell webbadress https://chromewebstore.google.com/detail/tachyons-x-ray/lbepbkiknibiobnbanhggglkmpkbdiim
Beskrivning Browser extension for tachyons-debug
Filstorlek 32.03 KB
Antal Installationer 1,751
Aktuell Version 1.2.1
Senast Uppdaterad 2016-09-14
Publiceringsdatum 2016-09-14
Betyg 5.00/5 Totalt 10 Betyg
Utvecklare https://tachyons.io
Betalningssätt free
Tilläggswebbplats http://tachyons.io/docs/debug-grid/
Hjälpsida URL https://github.com/johnotander/tachyons-x-ray
Stödda Språk 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"
    ]
}