tachyons-x-ray

Browser extension for tachyons-debug

什麼是tachyons-x-ray?

tachyons-x-ray是由https://tachyons.io開發的Chrome擴展程式,該擴展的主要功能是“Browser extension for tachyons-debug”。

擴展截圖

screenshot

下載tachyons-x-ray擴展crx文件

下載tachyons-x-ray擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 tachyons-x-ray tachyons-x-ray
ID lbepbkiknibiobnbanhggglkmpkbdiim
官方網址 https://chromewebstore.google.com/detail/tachyons-x-ray/lbepbkiknibiobnbanhggglkmpkbdiim
簡介 Browser extension for tachyons-debug
檔案大小 32.03 KB
安裝次數 1,751
目前版本 1.2.1
更新時間 2016-09-14
上架時間 2016-09-14
評分 5.00/5 共 10 次評分
開發者 https://tachyons.io
付費類型 free
擴展官網 http://tachyons.io/docs/debug-grid/
說明頁面URL https://github.com/johnotander/tachyons-x-ray
支援的語言 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"
    ]
}