Replace Bookmark Bar
This extension replaces the bookmarks on the bookmark bar with a folder full of bookmarks
Vad är Replace Bookmark Bar?
Replace Bookmark Bar är en Chrome-tillägg utvecklad av Sam, och dess huvudfunktion är "This extension replaces the bookmarks on the bookmark bar with a folder full of bookmarks".
Ladda ner Replace Bookmark Bar-förlängningens CRX-fil
Ladda ner Replace Bookmark Bar-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | |
ID | ggncfhpgnoijjkkmbbnbohnbpfnmejeh |
Officiell webbadress | https://chrome.google.com/webstore/detail/replace-bookmark-bar/ggncfhpgnoijjkkmbbnbohnbpfnmejeh |
Beskrivning | This extension replaces the bookmarks on the bookmark bar with a folder full of bookmarks |
Filstorlek | 47.11 KB |
Antal Installationer | 43 |
Aktuell Version | 1.5 |
Senast Uppdaterad | 2016-04-30 |
Publiceringsdatum | 2016-04-30 |
Betyg | 2.00/5 Totalt 4 Betyg |
Utvecklare | Sam |
Betalningssätt | free |
Tilläggswebbplats | https://samtinkers.wordpress.com/2015/12/05/chrome-bookmarks-profiler/ |
Stödda Språk | 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" ] } |