Replace Bookmark Bar

This extension replaces the bookmarks on the bookmark bar with a folder full of bookmarks

什麼是Replace Bookmark Bar?

Replace Bookmark Bar是由Sam開發的Chrome擴展程式,該擴展的主要功能是“This extension replaces the bookmarks on the bookmark bar with a folder full of bookmarks”。

下載Replace Bookmark Bar擴展crx文件

下載Replace Bookmark Bar擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                                            

擴展基本資訊

名稱 Replace Bookmark Bar Replace Bookmark Bar
ID ggncfhpgnoijjkkmbbnbohnbpfnmejeh
官方網址 https://chrome.google.com/webstore/detail/replace-bookmark-bar/ggncfhpgnoijjkkmbbnbohnbpfnmejeh
簡介 This extension replaces the bookmarks on the bookmark bar with a folder full of bookmarks
檔案大小 47.11 KB
安裝次數 43
目前版本 1.5
更新時間 2016-04-30
上架時間 2016-04-30
評分 2.00/5 共 4 次評分
開發者 Sam
付費類型 free
擴展官網 https://samtinkers.wordpress.com/2015/12/05/chrome-bookmarks-profiler/
支援的語言 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"
    ]
}