Guides

This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements are correctly aligned

Qu'est-ce que Guides ?

Guides est une extension Chrome développée par Stefano Vollono, et sa fonction principale est "This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements are correctly aligned".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Guides

Téléchargez les fichiers d'extension Guides 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

                        This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements in the page are correctly aligned.

1. ESC key or click on browser icon to exit/enter the application.
2. Double click on a ruler to create a new guide.
3. Double click on a guide to delete it.                    

Informations de Base sur l'Extension

Nom Guides Guides
ID hfpokjeoalngkknelljbenaobinichjf
URL Officiel https://chromewebstore.google.com/detail/guides/hfpokjeoalngkknelljbenaobinichjf
Description This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements are correctly aligned
Taille du Fichier 14.65 KB
Nombre d'Installations 2,014
Version Actuelle 2.1.1
Dernière Mise à Jour 2022-03-22
Date de Publication 2017-06-24
Évaluation 4.20/5 Total 10 Évaluations
Développeur Stefano Vollono
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/StefanoVollono/guides
URL de la Page d'Aide https://github.com/StefanoVollono/guides/issues
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Guides",
    "description": "This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements are correctly aligned",
    "version": "2.1.1",
    "homepage_url": "https:\/\/github.com\/StefanoVollono\/guides",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "19": "images\/icons\/icon19.png",
            "48": "images\/icons\/icon48.png",
            "128": "images\/icons\/icon128.png"
        }
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/hruler.png",
                "images\/vruler.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}