tachyons-x-ray

Browser extension for tachyons-debug

Co to jest tachyons-x-ray?

tachyons-x-ray to rozszerzenie Chrome opracowane przez https://tachyons.io, a jego główną funkcją jest „Browser extension for tachyons-debug”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia tachyons-x-ray

Pobierz pliki rozszerzeń tachyons-x-ray w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa tachyons-x-ray tachyons-x-ray
ID lbepbkiknibiobnbanhggglkmpkbdiim
Oficjalny URL https://chromewebstore.google.com/detail/tachyons-x-ray/lbepbkiknibiobnbanhggglkmpkbdiim
Opis Browser extension for tachyons-debug
Rozmiar pliku 32.03 KB
Liczba instalacji 1,751
Aktualna Wersja 1.2.1
Ostatnia Aktualizacja 2016-09-14
Data Publikacji 2016-09-14
Ocena 5.00/5 Łącznie 10 Oceny
Deweloper https://tachyons.io
Typ Płatności free
Strona Rozszerzenia http://tachyons.io/docs/debug-grid/
Adres URL Strony Pomocy https://github.com/johnotander/tachyons-x-ray
Obsługiwane Języki 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"
    ]
}