tachyons-x-ray

Browser extension for tachyons-debug

Apa itu tachyons-x-ray?

tachyons-x-ray adalah ekstensi Chrome yang dikembangkan oleh https://tachyons.io, dan fitur utamanya adalah "Browser extension for tachyons-debug".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi tachyons-x-ray

Unduh file ekstensi tachyons-x-ray dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama tachyons-x-ray tachyons-x-ray
ID lbepbkiknibiobnbanhggglkmpkbdiim
URL Resmi https://chromewebstore.google.com/detail/tachyons-x-ray/lbepbkiknibiobnbanhggglkmpkbdiim
Deskripsi Browser extension for tachyons-debug
Ukuran File 32.03 KB
Jumlah Instalasi 1,751
Versi Saat Ini 1.2.1
Terakhir Diperbarui 2016-09-14
Tanggal Publikasi 2016-09-14
Penilaian 5.00/5 Total 10 Penilaian
Pengembang https://tachyons.io
Tipe Pembayaran free
Situs Ekstensi http://tachyons.io/docs/debug-grid/
URL Halaman Bantuan https://github.com/johnotander/tachyons-x-ray
Bahasa yang Didukung 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"
    ]
}