PageLiner

Create guidelines on websites to check alignment for example.

PageLiner क्या है?

PageLiner pageliner.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Create guidelines on websites to check alignment for example."।

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

screenshot

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

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

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

                        Google Chrome extension to create guide lines on a website.

GitHub: https://github.com/Crease29/pageliner/
Changelog: https://pageliner.com/#changelog
Features: https://pageliner.com/#features                    

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

नाम PageLiner PageLiner
ID nepakmljodobhlbbkpobblnifmhclemh
आधिकारिक URL https://chromewebstore.google.com/detail/pageliner/nepakmljodobhlbbkpobblnifmhclemh
विवरण Create guidelines on websites to check alignment for example.
फ़ाइल का आकार 379 KB
स्थापना संख्या 12,397
वर्तमान संस्करण 1.6.7
अंतिम अपडेट 2023-04-20
प्रकाशन तिथि 2020-05-27
रेटिंग 1.94/5 कुल 162 रेटिंग्स
डेवलपर pageliner.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://pageliner.com
सहायता पृष्ठ URL https://github.com/Crease29/pageliner/blob/master/README.md#features
गोपनीयता नीति पृष्ठ URL https://pageliner.com/privacy.html
समर्थित भाषाएँ de,en,fr,nl,vi,es,it,hu,pl,sk,sv,cs,bg,ru,th,ar,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_GLOBAL_APP_NAME__",
    "version": "1.6.7",
    "manifest_version": 2,
    "description": "__MSG_GLOBAL_APP_DESCRIPTION__",
    "icons": {
        "16": "icons\/icon_pl_16x16.png",
        "48": "icons\/icon_pl_48x48.png",
        "128": "icons\/icon_pl_128x128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon_pl_19x19.png",
        "default_title": "__MSG_GLOBAL_APP_NAME__",
        "default_popup": "src\/page_action\/page_action.html"
    },
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "js\/jquery\/jquery-ui.min.js",
                "js\/jquery\/jquery.ui.touch-punch.min.js",
                "src\/inject\/inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "\/js\/jquery\/jquery.min.map"
    ]
}