Baseliner
Baseliner adds horizontal & vertical lines to help you align your grid to any website.
Baseliner là gì?
Baseliner là một tiện ích mở rộng Chrome được phát triển bởi https://jpedroribeiro.com, và tính năng chính của nó là "Baseliner adds horizontal & vertical lines to help you align your grid to any website.".
Ả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 Baseliner
Tải xuống các tệp mở rộng Baseliner 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
Adds a horizontal and/or vertical lines on top of any website. The Baseliner extension adds a fully customisable CSS layer on top of any website to help you align your design and ensure the grid is in place. -------------------- The best place for support is not in the reviews section below, but on the Baseliner GitHub repo: https://github.com/jpedroribeiro/Baseliner/issues Check out full set of features and how to contribute on our GitHub page: https://github.com/jpedroribeiro/Baseliner
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Baseliner |
ID | agoopbiflnjadjfbhimhlmcbgmdgldld |
URL Chính Thức | https://chromewebstore.google.com/detail/baseliner/agoopbiflnjadjfbhimhlmcbgmdgldld |
Mô tả | Baseliner adds horizontal & vertical lines to help you align your grid to any website. |
Kích Thước Tệp | 203 KB |
Số Lần Cài Đặt | 6,594 |
Phiên Bản Hiện Tại | 7.1 |
Cập Nhật Lần Cuối | 2022-11-03 |
Ngày Phát Hành | 2020-05-18 |
Đánh Giá | 4.31/5 Tổng số 45 Đánh Giá |
Nhà Phát Triển | https://jpedroribeiro.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.jpedroribeiro.com/ |
URL Trang Trợ Giúp | https://github.com/jpedroribeiro/Baseliner |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Baseliner", "short_name": "Baseliner", "description": "Baseliner adds horizontal & vertical lines to help you align your grid to any website.", "version": "7.1", "author": "J. Pedro Ribeiro", "homepage_url": "https:\/\/jpedroribeiro.com\/", "action": { "default_popup": "index.html", "default_title": "Baseliner", "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab", "storage", "scripting" ] } |