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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Baseliner 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
    ]
}