Replace Bookmark Bar
This extension replaces the bookmarks on the bookmark bar with a folder full of bookmarks
Was ist Replace Bookmark Bar?
Replace Bookmark Bar ist eine Chrome-Erweiterung, die von Sam entwickelt wurde, und ihr Hauptmerkmal ist "This extension replaces the bookmarks on the bookmark bar with a folder full of bookmarks".
Replace Bookmark Bar-Erweiterungs-CRX-Datei herunterladen
Laden Sie Replace Bookmark Bar-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
Grundlegende Informationen zur Erweiterung
Name | |
ID | ggncfhpgnoijjkkmbbnbohnbpfnmejeh |
Offizielle URL | https://chrome.google.com/webstore/detail/replace-bookmark-bar/ggncfhpgnoijjkkmbbnbohnbpfnmejeh |
Beschreibung | This extension replaces the bookmarks on the bookmark bar with a folder full of bookmarks |
Dateigröße | 47.11 KB |
Installationsanzahl | 43 |
Aktuelle Version | 1.5 |
Letztes Update | 2016-04-30 |
Veröffentlichungsdatum | 2016-04-30 |
Bewertung | 2.00/5 Insgesamt 4 Bewertungen |
Entwickler | Sam |
Zahlungsart | free |
Erweiterungswebsite | https://samtinkers.wordpress.com/2015/12/05/chrome-bookmarks-profiler/ |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Replace Bookmark Bar", "description": "This extension replaces the bookmarks on the bookmark bar with a folder full of bookmarks", "version": "1.5", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "bookmarks" ] } |