tachyons-x-ray

Browser extension for tachyons-debug

What is tachyons-x-ray?

tachyons-x-ray is a Chrome extension developed by https://tachyons.io, and its main feature is "Browser extension for tachyons-debug".

Extension Screenshots

screenshot

Download tachyons-x-ray Extension CRX File

Download tachyons-x-ray extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name tachyons-x-ray tachyons-x-ray
ID lbepbkiknibiobnbanhggglkmpkbdiim
Official URL https://chromewebstore.google.com/detail/tachyons-x-ray/lbepbkiknibiobnbanhggglkmpkbdiim
Description Browser extension for tachyons-debug
File Size 32.03 KB
Installation Count 1,751
Current Version 1.2.1
Last Updated 2016-09-14
Publish Date 2016-09-14
Rating 5.00/5 Total 10 Ratings
Developer https://tachyons.io
Payment Type free
Extension Website http://tachyons.io/docs/debug-grid/
Help Page URL https://github.com/johnotander/tachyons-x-ray
Supported Languages 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"
    ]
}