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ファイルをダウンロード

Bliphome: simple new tab quick dial拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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