Linetef

Linetef intention is to allow users to quickly add guide lines to either check if two elements are aligned, measure elements or…

Linetef क्या है?

Linetef Nicolás Tinte द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Linetef intention is to allow users to quickly add guide lines to either check if two elements are aligned, measure elements or…"।

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

screenshot
screenshot

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

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

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

                        Linetef intention is to allow users to quickly add guide lines to either check if two elements are aligned, measure elements or check the distance between them.

Features:
- Create guides in the screen in order to measure elements (both horizontal and vertical guides).
- See the distances between elements (or measures) in pixels or percentage mode.
- See the viewport size (width x height).
- Select the color of the created guides.
- Choose the position of the rulers (top/bottom and left/right of the screen).
- Show/hide the whole extension.
- Show/hide the distances between elements (useful if you just want to see if some elements are aligned).
- Show/hide the viewport size

And it also provides some shortcuts!
- Show/hide extension: [ctrl + shift + O]
- Show/hide distances: [ctrl + shift + D]
- Show/hide viewport: [ctrl + shift + V]
- Toggle between modes: [ctrl + shift + M]
- Delete guide: [Grab a guide + del]
- Delete all guides: [ctrl + del]
- Reset configs: [ctrl + R]
- Change horizontal ruler position: [ctrl + shift + T/B]
- Change vertical ruler position: [ctrl + shift + L/R]                    

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

नाम Linetef Linetef
ID gbfhinhmeankiibbmnapdehibcdcbgef
आधिकारिक URL https://chromewebstore.google.com/detail/linetef/gbfhinhmeankiibbmnapdehibcdcbgef
विवरण Linetef intention is to allow users to quickly add guide lines to either check if two elements are aligned, measure elements or…
फ़ाइल का आकार 173 KB
स्थापना संख्या 2,055
वर्तमान संस्करण 0.2.1
अंतिम अपडेट 2020-04-07
प्रकाशन तिथि 2020-04-06
रेटिंग 4.70/5 कुल 10 रेटिंग्स
डेवलपर Nicolás Tinte
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/tintef/linetef
सहायता पृष्ठ URL https://github.com/tintef/linetef/issues
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Linetef",
    "description": "",
    "version": "0.2.1",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "tabs"
    ],
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "Linetef",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}