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

Wat is Bookmarks on new tab?

Bookmarks on new tab is een Chrome-extensie ontwikkeld door Ilya Boltnev, en de belangrijkste functie is "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".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Bookmarks on new tab

Download Bookmarks on new tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Bookmarks on new tab Bookmarks on new tab
ID llplfmijcgmknneikmmkoobhojjnpbbn
Officiële URL https://chromewebstore.google.com/detail/bookmarks-on-new-tab/llplfmijcgmknneikmmkoobhojjnpbbn
Beschrijving 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
Bestandsgrootte 79.45 KB
Aantal Installaties 35
Huidige Versie 1.2
Laatst Bijgewerkt 2013-05-18
Publicatiedatum 2013-05-18
Beoordeling 2.50/5 Totaal 2 Beoordelingen
Ontwikkelaar Ilya Boltnev
Betalingswijze free
Ondersteunde Talen 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'"
}