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
官方網址 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'"
}