Bliphome: simple new tab quick dial

Minimalist new tab quick dial start page.

Bliphome: simple new tab quick dial란 무엇입니까?

Bliphome: simple new tab quick dial은(는) https://intenseminimalism.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Minimalist new tab quick dial start page."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Bliphome: simple new tab quick dial 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Bliphome is a minimalist new tab page with quick dial functionality for Chrome.

This extension should work on Windows, Mac and Linux.

FEATURES
—
• minimalist new tab page
• no new management to learn: use your bookmarks
• no lock-in
• daily motivational
• dark mode

HOW IT WORKS
—
This extensions leverages your bookmarks to create a minimalist new tab.
When first launched it will check and if necessary create a bookmark folder
called "New tab". It then will show all the bookmarks inside that folder.

As bookmarks are automatically saved by Google Chrome Sync, this
extension automatically syncs and doesn't lock you in.


REQUESTS AND BUGS
—
Please notify me here: https://github.com/folletto/Bliphome/issues                    

확장 프로그램 기본 정보

이름 Bliphome: simple new tab quick dial Bliphome: simple new tab quick dial
ID nifjdhmnceooklbbcbddfinloppofbdf
공식 URL https://chromewebstore.google.com/detail/bliphome-simple-new-tab-q/nifjdhmnceooklbbcbddfinloppofbdf
설명 Minimalist new tab quick dial start page.
파일 크기 13.31 KB
설치 횟수 138
현재 버전 1.1.1
최근 업데이트 2023-12-27
출시 날짜 2019-01-06
평점 5.00/5 총 5 개의 평점
개발자 https://intenseminimalism.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/folletto/Bliphome
도움말 페이지 URL https://github.com/folletto/Bliphome/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Bliphome: simple new tab quick dial",
    "short_name": "Bliphome",
    "version": "1.1.1",
    "description": "Minimalist new tab quick dial start page.",
    "author": "Erin Casali",
    "icons": {
        "16": "icon\/icon16.png",
        "32": "icon\/icon32.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab\/index.html"
    },
    "permissions": [
        "bookmarks",
        "favicon"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "newtab\/*",
                "_favicon\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}