New Tab with Bookmarks
Displays all bookmarks in the new tab page
Was ist New Tab with Bookmarks?
New Tab with Bookmarks ist eine Chrome-Erweiterung, die von https://bytecode77.com entwickelt wurde, und ihr Hauptmerkmal ist "Displays all bookmarks in the new tab page".
Erweiterungsscreenshots
New Tab with Bookmarks-Erweiterungs-CRX-Datei herunterladen
Laden Sie New Tab with Bookmarks-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 extension replaces the default new tab with a list of your bookmarks. They are displayed compactly and just like on the bookmarks bar. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | dicfmapplolngmjeoelpiclidoiknpfl |
| Offizielle URL | https://chromewebstore.google.com/detail/new-tab-with-bookmarks/dicfmapplolngmjeoelpiclidoiknpfl |
| Beschreibung | Displays all bookmarks in the new tab page |
| Dateigröße | 59.77 KB |
| Installationsanzahl | 523 |
| Aktuelle Version | 1.1.0 |
| Letztes Update | 2020-11-19 |
| Veröffentlichungsdatum | 2017-04-10 |
| Bewertung | 3.69/5 Insgesamt 13 Bewertungen |
| Entwickler | https://bytecode77.com |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "New Tab with Bookmarks",
"description": "Displays all bookmarks in the new tab page",
"version": "1.1.0",
"icons": {
"128": "icon128.png"
},
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"permissions": [
"bookmarks",
"chrome:\/\/favicon\/"
]
} | |