PageLiner

Create guidelines on websites to check alignment for example.

PageLinerคืออะไร?

PageLiner เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pageliner.com และคุณลักษณะหลักของมันคือ "Create guidelines on websites to check alignment for example."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PageLiner

ดาวน์โหลดไฟล์ส่วนขยาย PageLiner ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}