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
电子邮箱 [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": [
                ""
            ]
        }
    ]
}