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

Vad är Bookmarks on new tab?

Bookmarks on new tab är en Chrome-tillägg utvecklad av Ilya Boltnev, och dess huvudfunktion är "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".

Tilläggsskärmbilder

screenshot

Ladda ner Bookmarks on new tab-förlängningens CRX-fil

Ladda ner Bookmarks on new tab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Bookmarks on new tab Bookmarks on new tab
ID llplfmijcgmknneikmmkoobhojjnpbbn
Officiell webbadress https://chromewebstore.google.com/detail/bookmarks-on-new-tab/llplfmijcgmknneikmmkoobhojjnpbbn
Beskrivning 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
Filstorlek 79.45 KB
Antal Installationer 35
Aktuell Version 1.2
Senast Uppdaterad 2013-05-18
Publiceringsdatum 2013-05-18
Betyg 2.50/5 Totalt 2 Betyg
Utvecklare Ilya Boltnev
Betalningssätt free
Stödda Språk 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'"
}