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
Was ist Bookmarks on new tab?
Bookmarks on new tab ist eine Chrome-Erweiterung, die von Ilya Boltnev entwickelt wurde, und ihr Hauptmerkmal ist "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".
Erweiterungsscreenshots
Bookmarks on new tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie Bookmarks on new tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Bookmarks on new tab |
ID | llplfmijcgmknneikmmkoobhojjnpbbn |
Offizielle URL | https://chromewebstore.google.com/detail/bookmarks-on-new-tab/llplfmijcgmknneikmmkoobhojjnpbbn |
Beschreibung | 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 |
Dateigröße | 79.45 KB |
Installationsanzahl | 35 |
Aktuelle Version | 1.2 |
Letztes Update | 2013-05-18 |
Veröffentlichungsdatum | 2013-05-18 |
Bewertung | 2.50/5 Insgesamt 2 Bewertungen |
Entwickler | Ilya Boltnev |
Zahlungsart | free |
Unterstützte Sprachen | 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'" } |