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
Co to jest Bookmarks on new tab?
Bookmarks on new tab to rozszerzenie Chrome opracowane przez Ilya Boltnev, a jego główną funkcją jest „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”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Bookmarks on new tab
Pobierz pliki rozszerzeń Bookmarks on new tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | llplfmijcgmknneikmmkoobhojjnpbbn |
| Oficjalny URL | https://chromewebstore.google.com/detail/bookmarks-on-new-tab/llplfmijcgmknneikmmkoobhojjnpbbn |
| Opis | 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 |
| Rozmiar pliku | 79.45 KB |
| Liczba instalacji | 35 |
| Aktualna Wersja | 1.2 |
| Ostatnia Aktualizacja | 2013-05-18 |
| Data Publikacji | 2013-05-18 |
| Ocena | 2.50/5 Łącznie 2 Oceny |
| Deweloper | Ilya Boltnev |
| Typ Płatności | free |
| Obsługiwane Języki | 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'"
} | |