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

Qu'est-ce que Bookmarks on new tab ?

Bookmarks on new tab est une extension Chrome développée par Ilya Boltnev, et sa fonction principale est "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".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Bookmarks on new tab

Téléchargez les fichiers d'extension Bookmarks on new tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Bookmarks on new tab Bookmarks on new tab
ID llplfmijcgmknneikmmkoobhojjnpbbn
URL Officiel https://chromewebstore.google.com/detail/bookmarks-on-new-tab/llplfmijcgmknneikmmkoobhojjnpbbn
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
Taille du Fichier 79.45 KB
Nombre d'Installations 35
Version Actuelle 1.2
Dernière Mise à Jour 2013-05-18
Date de Publication 2013-05-18
Évaluation 2.50/5 Total 2 Évaluations
Développeur Ilya Boltnev
Type de Paiement free
Langues Prises en Charge 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'"
}