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 扩展基本信息
| 名称 | |
| 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"
]
} | |