PageLiner
Create guidelines on websites to check alignment for example.
PageLiner là gì?
PageLiner là một tiện ích mở rộng Chrome được phát triển bởi pageliner.com, và tính năng chính của nó là "Create guidelines on websites to check alignment for example.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng PageLiner
Tải xuống các tệp mở rộng PageLiner dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nepakmljodobhlbbkpobblnifmhclemh |
URL Chính Thức | https://chromewebstore.google.com/detail/pageliner/nepakmljodobhlbbkpobblnifmhclemh |
Mô tả | Create guidelines on websites to check alignment for example. |
Kích Thước Tệp | 379 KB |
Số Lần Cài Đặt | 12,397 |
Phiên Bản Hiện Tại | 1.6.7 |
Cập Nhật Lần Cuối | 2023-04-20 |
Ngày Phát Hành | 2020-05-27 |
Đánh Giá | 1.94/5 Tổng số 162 Đánh Giá |
Nhà Phát Triển | pageliner.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://pageliner.com |
URL Trang Trợ Giúp | https://github.com/Crease29/pageliner/blob/master/README.md#features |
URL Trang Chính Sách Bảo Mật | https://pageliner.com/privacy.html |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |