Better Bookmarks

Display and navigate your bookmarks on the new tab page!

Qu'est-ce que Better Bookmarks ?

Better Bookmarks est une extension Chrome développée par the.toyoun, et sa fonction principale est "Display and navigate your bookmarks on the new tab page!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Better Bookmarks

Téléchargez les fichiers d'extension Better Bookmarks au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Better Bookmarks Better Bookmarks
ID nflabppedilakkgjdnfmiihhcaeomdjf
URL Officiel https://chromewebstore.google.com/detail/better-bookmarks/nflabppedilakkgjdnfmiihhcaeomdjf
Description Display and navigate your bookmarks on the new tab page!
Taille du Fichier 196 KB
Nombre d'Installations 70
Version Actuelle 0.0.1
Dernière Mise à Jour 2019-04-17
Date de Publication 2019-04-16
Développeur the.toyoun
Type de Paiement free
Langues Prises en Charge 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'"
}