Quick Bookmarks

A convenient way how to access your Chrome bookmarks from any website you're currently browsing. Extension serves only as a…

Was ist Quick Bookmarks?

Quick Bookmarks ist eine Chrome-Erweiterung, die von Michal Sukupčák entwickelt wurde, und ihr Hauptmerkmal ist "A convenient way how to access your Chrome bookmarks from any website you're currently browsing. Extension serves only as a…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Quick Bookmarks-Erweiterungs-CRX-Datei herunterladen

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

                        A convenient way how to access your Chrome bookmarks from any website you're currently browsing.

Extension serves only as a bookmark viewer and uses existing bookmark system in Chrome - no need to create additional accounts or configuration, everything is based off Chrome's Bookmarks API.


-----------------------------
Changelog:

1.0.1: Bugfixes and minor UI improvements
- too many entries in a folder no longer break footer
- bookmarks moved above folders
- bookmarks and folders are now separated with a line
- new scrollbar style

-----------------------------

This tiny project was done in one afternoon and source code is published on Github: 
https://github.com/michalsukupcak/Quick-Bookmarks

If you have any suggestions for improvements or additional features, feel free to contact me or create an issue on Github.                    

Grundlegende Informationen zur Erweiterung

Name Quick Bookmarks Quick Bookmarks
ID ngjhfblpldlbjepafgfogecbiengkkbi
Offizielle URL https://chrome.google.com/webstore/detail/quick-bookmarks/ngjhfblpldlbjepafgfogecbiengkkbi
Beschreibung A convenient way how to access your Chrome bookmarks from any website you're currently browsing. Extension serves only as a…
Dateigröße 93.04 KB
Installationsanzahl 262
Aktuelle Version 1.0.1
Letztes Update 2015-09-04
Veröffentlichungsdatum 2015-09-04
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Michal Sukupčák
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.1",
    "name": "Quick Bookmarks",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon48.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "bookmarks",
        "chrome:\/\/favicon\/",
        "tabs"
    ]
}