Better Bookmarks
Quickly search and manage all your Bookmarks in Google Chrome
Was ist Better Bookmarks?
Better Bookmarks ist eine Chrome-Erweiterung, die von https://sites.google.com/site/chromeappdevupdates entwickelt wurde, und ihr Hauptmerkmal ist "Quickly search and manage all your Bookmarks in Google Chrome".
Erweiterungsscreenshots
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
Chrome App Bookmarks, "Better Bookmarks" (Beta) Allows users to quickly search all chrome browser bookmarks. This is a beta release however the core libraries are unchanged and are the official release of the chrome and chromium development group. Only additional functionality has been added. Released and utilized by members of the chromium dev team and is for use only with current up-to-date official Google versions of the browser, and comes with no warranty. Check yours for versions upwards of 16, by clicking settings, then help. Or navigating your Google browser to chrome://about or chrome://version
Grundlegende Informationen zur Erweiterung
Name | Better Bookmarks |
ID | jlcbikfbhkjpfbmaninlggceepiidhdm |
Offizielle URL | https://chromewebstore.google.com/detail/better-bookmarks/jlcbikfbhkjpfbmaninlggceepiidhdm |
Beschreibung | Quickly search and manage all your Bookmarks in Google Chrome |
Dateigröße | 34.82 KB |
Installationsanzahl | 122 |
Aktuelle Version | 1.1 |
Letztes Update | 2016-07-21 |
Veröffentlichungsdatum | 2016-07-21 |
Bewertung | 4.20/5 Insgesamt 5 Bewertungen |
Entwickler | https://sites.google.com/site/chromeappdevupdates |
Zahlungsart | free |
Erweiterungswebsite | http://chromeapp.auto-update.co/bookmarks |
Hilfeseite URL | http://chromeapp.auto-update.co/bookmarks |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Better Bookmarks", "version": "1.1", "description": "Quickly search and manage all your Bookmarks in Google Chrome", "permissions": [ "bookmarks" ], "browser_action": { "default_title": "Better Bookmarks", "default_icon": "icon.png", "default_popup": "popup.html" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'" } |