Replace Bookmark Bar
This extension replaces the bookmarks on the bookmark bar with a folder full of bookmarks
Apa itu Replace Bookmark Bar?
Replace Bookmark Bar adalah ekstensi Chrome yang dikembangkan oleh Sam, dan fitur utamanya adalah "This extension replaces the bookmarks on the bookmark bar with a folder full of bookmarks".
Unduh Berkas CRX Ekstensi Replace Bookmark Bar
Unduh file ekstensi Replace Bookmark Bar dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Informasi Dasar Ekstensi
Nama | |
ID | ggncfhpgnoijjkkmbbnbohnbpfnmejeh |
URL Resmi | https://chrome.google.com/webstore/detail/replace-bookmark-bar/ggncfhpgnoijjkkmbbnbohnbpfnmejeh |
Deskripsi | This extension replaces the bookmarks on the bookmark bar with a folder full of bookmarks |
Ukuran File | 47.11 KB |
Jumlah Instalasi | 43 |
Versi Saat Ini | 1.5 |
Terakhir Diperbarui | 2016-04-30 |
Tanggal Publikasi | 2016-04-30 |
Penilaian | 2.00/5 Total 4 Penilaian |
Pengembang | Sam |
Tipe Pembayaran | free |
Situs Ekstensi | https://samtinkers.wordpress.com/2015/12/05/chrome-bookmarks-profiler/ |
Bahasa yang Didukung | 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" ] } |