Baseliner
Baseliner adds horizontal & vertical lines to help you align your grid to any website.
什麼是Baseliner?
Baseliner是由https://jpedroribeiro.com開發的Chrome擴展程式,該擴展的主要功能是“Baseliner adds horizontal & vertical lines to help you align your grid to any website.”。
擴展截圖
下載Baseliner擴展crx文件
下載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 |
官方網址 | 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" ] } |