tachyons-x-ray

Browser extension for tachyons-debug

tachyons-x-rayคืออะไร?

tachyons-x-ray เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tachyons.io และคุณลักษณะหลักของมันคือ "Browser extension for tachyons-debug"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย tachyons-x-ray

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
    ]
}