Bookmarks on new tab

This extension adds 56 last bookmarks on new tab page. Also it allows to see the list of most popular sites for the last 7 days

什么是Bookmarks on new tab?

Bookmarks on new tab是由Ilya Boltnev开发的Chrome扩展程序,该扩展的主要功能是“This extension adds 56 last bookmarks on new tab page. Also it allows to see the list of most popular sites for the last 7 days”。

扩展截图

screenshot

下载Bookmarks on new tab扩展crx文件

下载Bookmarks on new tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This is app for replacing default new tab page. 
One day I decided to add more than default 8 sites to my "new tab" page. Eventually I created this app. 
In addition it displays most popular sites based on last week history                    

扩展基本信息

名称 Bookmarks on new tab Bookmarks on new tab
ID llplfmijcgmknneikmmkoobhojjnpbbn
官方URL https://chromewebstore.google.com/detail/bookmarks-on-new-tab/llplfmijcgmknneikmmkoobhojjnpbbn
简介 This extension adds 56 last bookmarks on new tab page. Also it allows to see the list of most popular sites for the last 7 days
文件大小 79.45 KB
安装次数 35
当前版本 1.2
更新时间 2013-05-18
上架时间 2013-05-18
评分 2.50/5 共2次评分
开发者 Ilya Boltnev
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bookmarks on new tab",
    "description": "This extension adds 56 last bookmarks on new tab page. Also it allows to see the list of most popular sites for the last 7 days",
    "version": "1.2",
    "chrome_url_overrides": {
        "newtab": "my_newtab.html"
    },
    "permissions": [
        "bookmarks",
        "history",
        "management",
        "chrome:\/\/favicon\/"
    ],
    "content_security_policy": "object-src 'self'; script-src 'self' 'unsafe-eval'"
}