Replace Bookmark Bar
This extension replaces the bookmarks on the bookmark bar with a folder full of bookmarks
Hvad er Replace Bookmark Bar?
Replace Bookmark Bar er en Chrome-udvidelse udviklet af Sam, og dens hovedfunktion er "This extension replaces the bookmarks on the bookmark bar with a folder full of bookmarks".
Download Replace Bookmark Bar-udvidelses-CRX-fil
Download Replace Bookmark Bar-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ggncfhpgnoijjkkmbbnbohnbpfnmejeh |
Officiel URL | https://chrome.google.com/webstore/detail/replace-bookmark-bar/ggncfhpgnoijjkkmbbnbohnbpfnmejeh |
Beskrivelse | This extension replaces the bookmarks on the bookmark bar with a folder full of bookmarks |
Filstørrelse | 47.11 KB |
Antal Installationer | 43 |
Nuværende Version | 1.5 |
Senest Opdateret | 2016-04-30 |
Udgivelsesdato | 2016-04-30 |
Bedømmelse | 2.00/5 Samlet 4 Bedømmelser |
Udvikler | Sam |
Betalingsmetode | free |
Udvidelseswebsted | https://samtinkers.wordpress.com/2015/12/05/chrome-bookmarks-profiler/ |
Understøttede Sprog | 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" ] } |