Bookmarks++
A better Bookmarks manager app.
Was ist Bookmarks++?
Bookmarks++ ist eine Chrome-Erweiterung, die von Rami GB entwickelt wurde, und ihr Hauptmerkmal ist "A better Bookmarks manager app.".
Erweiterungsscreenshots
Bookmarks++-Erweiterungs-CRX-Datei herunterladen
Laden Sie 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
An extension that helps you to easily manage and search your bookmarks. New in version 0.0.4.2 : * Batch delete * Folder name now appears in details * Sort by folder * Fixed search case sensitivity. I created this extension in a few hours to solve the problem of managing my bookmarks (more than 500), and i thought i'd share it with the world, that's it!, if i feel that people will benefit from it and need an update i will update it ... hopefully!
Grundlegende Informationen zur Erweiterung
Name | Bookmarks++ |
ID | lipplgkpgmnpfkbiompechagoogdafom |
Offizielle URL | https://chromewebstore.google.com/detail/bookmarks++/lipplgkpgmnpfkbiompechagoogdafom |
Beschreibung | A better Bookmarks manager app. |
Dateigröße | 132 KB |
Installationsanzahl | 71 |
Aktuelle Version | 0.0.4.2 |
Letztes Update | 2014-08-18 |
Veröffentlichungsdatum | 2014-08-17 |
Bewertung | 3.43/5 Insgesamt 7 Bewertungen |
Entwickler | Rami GB |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.4.2", "manifest_version": 2, "description": "__MSG_appDescription__", "author": "Rami GB", "icons": { "16": "images\/icon-16.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/background.js", "scripts\/jquery.js", "scripts\/underscore-min.js", "scripts\/angular.min.js", "scripts\/bootstrap.min.js", "scripts\/ang-app.js" ] }, "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "y", "default_popup": "popup.html" }, "options_page": "options.html", "permissions": [ "history", "bookmarks", "chrome:\/\/favicon\/" ] } |