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 |
公式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 |
Eメール | [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" ] } |