Replace Bookmark Bar
This extension replaces the bookmarks on the bookmark bar with a folder full of bookmarks
Wat is Replace Bookmark Bar?
Replace Bookmark Bar is een Chrome-extensie ontwikkeld door Sam, en de belangrijkste functie is "This extension replaces the bookmarks on the bookmark bar with a folder full of bookmarks".
Download het CRX-bestand van de extensie Replace Bookmark Bar
Download Replace Bookmark Bar-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | |
ID | ggncfhpgnoijjkkmbbnbohnbpfnmejeh |
Officiële URL | https://chrome.google.com/webstore/detail/replace-bookmark-bar/ggncfhpgnoijjkkmbbnbohnbpfnmejeh |
Beschrijving | This extension replaces the bookmarks on the bookmark bar with a folder full of bookmarks |
Bestandsgrootte | 47.11 KB |
Aantal Installaties | 43 |
Huidige Versie | 1.5 |
Laatst Bijgewerkt | 2016-04-30 |
Publicatiedatum | 2016-04-30 |
Beoordeling | 2.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Sam |
Betalingswijze | free |
Extensiewebsite | https://samtinkers.wordpress.com/2015/12/05/chrome-bookmarks-profiler/ |
Ondersteunde Talen | 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" ] } |