Baseliner
Baseliner adds horizontal & vertical lines to help you align your grid to any website.
Baselinerคืออะไร?
Baseliner เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://jpedroribeiro.com และคุณลักษณะหลักของมันคือ "Baseliner adds horizontal & vertical lines to help you align your grid to any website."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Baseliner
ดาวน์โหลดไฟล์ส่วนขยาย Baseliner ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Baseliner |
ID | agoopbiflnjadjfbhimhlmcbgmdgldld |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/baseliner/agoopbiflnjadjfbhimhlmcbgmdgldld |
คำอธิบาย | Baseliner adds horizontal & vertical lines to help you align your grid to any website. |
ขนาดไฟล์ | 203 KB |
จำนวนการติดตั้ง | 6,594 |
เวอร์ชันปัจจุบัน | 7.1 |
อัปเดตครั้งล่าสุด | 2022-11-03 |
วันที่เผยแพร่ | 2020-05-18 |
คะแนน | 4.31/5 รวมทั้งหมด 45 คะแนน |
ผู้พัฒนา | https://jpedroribeiro.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.jpedroribeiro.com/ |
URL หน้าช่วยเหลือ | https://github.com/jpedroribeiro/Baseliner |
ภาษาที่รองรับ | 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" ] } |