Better Bookmarks

Display and navigate your bookmarks on the new tab page!

Was ist Better Bookmarks?

Better Bookmarks ist eine Chrome-Erweiterung, die von the.toyoun entwickelt wurde, und ihr Hauptmerkmal ist "Display and navigate your bookmarks on the new tab page!".

Erweiterungsscreenshots

screenshot

Better Bookmarks-Erweiterungs-CRX-Datei herunterladen

Laden Sie Better 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

                        With Better Bookmarks, you'll never need to navigate through the bookmark manager again.


Included Features:

- Organize your bookmarks on the new tab page however you want! Simply Click and Drag folder names and Chrome will remember where they were placed every revisit to the new tab page.


Upcoming Features:

- Add, remove, or edit bookmarks dynamically on the new tab page display!
- Assign hotkeys to bookmarks or bookmark folders to open bookmark(s) in your current window.
- Adjust the size of bookmark folders through a simple click and drag.


Source code for Better Bookmarks can be found here: https://github.com/toyoun/betterbookmarks

Thanks for using Better Bookmarks!                    

Grundlegende Informationen zur Erweiterung

Name Better Bookmarks Better Bookmarks
ID nflabppedilakkgjdnfmiihhcaeomdjf
Offizielle URL https://chromewebstore.google.com/detail/better-bookmarks/nflabppedilakkgjdnfmiihhcaeomdjf
Beschreibung Display and navigate your bookmarks on the new tab page!
Dateigröße 196 KB
Installationsanzahl 70
Aktuelle Version 0.0.1
Letztes Update 2019-04-17
Veröffentlichungsdatum 2019-04-16
Entwickler the.toyoun
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Better Bookmarks",
    "version": "0.0.1",
    "description": "Display and navigate your bookmarks on the new tab page!",
    "icons": {
        "128": "favicon.png"
    },
    "browser_action": {
        "default_title": "Better Bookmarks"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "bookmarks",
        "storage"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}