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

O que é Bookmarks on new tab?

Bookmarks on new tab é uma extensão do Chrome desenvolvida por Ilya Boltnev, e sua principal característica é "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".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Bookmarks on new tab

Baixe arquivos de extensão Bookmarks on new tab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Bookmarks on new tab Bookmarks on new tab
ID llplfmijcgmknneikmmkoobhojjnpbbn
URL Oficial https://chromewebstore.google.com/detail/bookmarks-on-new-tab/llplfmijcgmknneikmmkoobhojjnpbbn
Descrição 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
Tamanho do Arquivo 79.45 KB
Contagem de Instalações 35
Versão Atual 1.2
Última Atualização 2013-05-18
Data de Publicação 2013-05-18
Classificação 2.50/5 Total de 2 Avaliações
Desenvolvedor Ilya Boltnev
Tipo de Pagamento free
Idiomas Suportados 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'"
}