Better Bookmarks

Display and navigate your bookmarks on the new tab page!

Wat is Better Bookmarks?

Better Bookmarks is een Chrome-extensie ontwikkeld door the.toyoun, en de belangrijkste functie is "Display and navigate your bookmarks on the new tab page!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Better Bookmarks

Download Better Bookmarks-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Better Bookmarks Better Bookmarks
ID nflabppedilakkgjdnfmiihhcaeomdjf
Officiële URL https://chromewebstore.google.com/detail/better-bookmarks/nflabppedilakkgjdnfmiihhcaeomdjf
Beschrijving Display and navigate your bookmarks on the new tab page!
Bestandsgrootte 196 KB
Aantal Installaties 70
Huidige Versie 0.0.1
Laatst Bijgewerkt 2019-04-17
Publicatiedatum 2019-04-16
Ontwikkelaar the.toyoun
Betalingswijze free
Ondersteunde Talen 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'"
}