Guides

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

Guides क्या है?

Guides Stefano Vollono द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements are correctly aligned"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Guides एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Guides Guides
ID hfpokjeoalngkknelljbenaobinichjf
आधिकारिक URL https://chromewebstore.google.com/detail/guides/hfpokjeoalngkknelljbenaobinichjf
विवरण This simple app allows you to create modify and delete horizontal and vertical guides to check if the elements are correctly aligned
फ़ाइल का आकार 14.65 KB
स्थापना संख्या 2,014
वर्तमान संस्करण 2.1.1
अंतिम अपडेट 2022-03-22
प्रकाशन तिथि 2017-06-24
रेटिंग 4.20/5 कुल 10 रेटिंग्स
डेवलपर Stefano Vollono
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/StefanoVollono/guides
सहायता पृष्ठ URL https://github.com/StefanoVollono/guides/issues
समर्थित भाषाएँ 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": [
                ""
            ]
        }
    ]
}