tachyons-x-ray

Browser extension for tachyons-debug

Qu'est-ce que tachyons-x-ray ?

tachyons-x-ray est une extension Chrome développée par https://tachyons.io, et sa fonction principale est "Browser extension for tachyons-debug".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension tachyons-x-ray

Téléchargez les fichiers d'extension tachyons-x-ray au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom tachyons-x-ray tachyons-x-ray
ID lbepbkiknibiobnbanhggglkmpkbdiim
URL Officiel https://chromewebstore.google.com/detail/tachyons-x-ray/lbepbkiknibiobnbanhggglkmpkbdiim
Description Browser extension for tachyons-debug
Taille du Fichier 32.03 KB
Nombre d'Installations 1,751
Version Actuelle 1.2.1
Dernière Mise à Jour 2016-09-14
Date de Publication 2016-09-14
Évaluation 5.00/5 Total 10 Évaluations
Développeur https://tachyons.io
Type de Paiement free
Site Web de l'Extension http://tachyons.io/docs/debug-grid/
URL de la Page d'Aide https://github.com/johnotander/tachyons-x-ray
Langues Prises en Charge 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"
    ]
}