Ultra light newtab page with bookmarks on it

Ultra light new tab with bookmark navigator

什么是Ultra light newtab page with bookmarks on it?

Ultra light newtab page with bookmarks on it是由Alexey Michurin开发的Chrome扩展程序,该扩展的主要功能是“Ultra light new tab with bookmark navigator”。

扩展截图

screenshot

下载Ultra light newtab page with bookmarks on it扩展crx文件

下载Ultra light newtab page with bookmarks on it扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension gives you a much simpler new tab page with lightweight bookmarks navigation. New tabs are getting faster, but still functional and useful. Visit options page to tune font size and customize bookmarks subfolder. Try to use +Click to open links in new tabs and +Click to open link in new tab without focus switching.                    

扩展基本信息

名称 Ultra light newtab page with bookmarks on it Ultra light newtab page with bookmarks on it
ID jmggnmiangppjceogakhdmafabilpmof
官方URL https://chromewebstore.google.com/detail/ultra-light-newtab-page-w/jmggnmiangppjceogakhdmafabilpmof
简介 Ultra light new tab with bookmark navigator
文件大小 20.01 KB
安装次数 233
当前版本 0.5.2.1
更新时间 2020-01-06
上架时间 2020-01-05
评分 4.75/5 共12次评分
开发者 Alexey Michurin
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/michurin/chrome-extension-bookmarks-on-new-tab
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ultra light newtab page with bookmarks on it",
    "version": "0.5.2.1",
    "minimum_chrome_version": "16",
    "description": "Ultra light new tab with bookmark navigator",
    "short_name": "Light new tab",
    "homepage_url": "http:\/\/michurin.github.io\/",
    "author": "Alexey Michurin ",
    "icons": {
        "16": "icon-16.png",
        "24": "icon-24.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "64": "icon-64.png",
        "128": "icon-128.png"
    },
    "offline_enabled": true,
    "browser_action": {
        "default_title": "Load bookmarks here",
        "default_icon": {
            "16": "icon-16.png",
            "24": "icon-24.png",
            "32": "icon-32.png"
        }
    },
    "options_page": "options.html",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "permissions": [
        "storage",
        "bookmarks",
        "chrome:\/\/favicon\/"
    ]
}