Bookmarks Collections
Create collections and switch between multiple bookmarks bars
什麼是Bookmarks Collections?
Bookmarks Collections是由Teddy Thioulouse開發的Chrome擴展程式,該擴展的主要功能是“Create collections and switch between multiple bookmarks bars”。
擴展截圖
下載Bookmarks Collections擴展crx文件
下載Bookmarks Collections擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        Bookmarks Collections lets you create bookmarks collections and switch between multiple bookmarks bars.
A badge can be added to the extension icon with the label of your collections.
Note: this may not work well with favorites sync enabled. Please consider disable this functionality to prevent any bad behaviour.                     擴展基本資訊
| 名稱 |   |  
| ID | kgengcoeabnofimgfhojmecmkkmgnkmm | 
| 官方網址 | https://chromewebstore.google.com/detail/bookmarks-collections/kgengcoeabnofimgfhojmecmkkmgnkmm | 
| 簡介 | Create collections and switch between multiple bookmarks bars | 
| 檔案大小 | 1.76 MB | 
| 安裝次數 | 381 | 
| 目前版本 | 1.0.3 | 
| 更新時間 | 2020-07-24 | 
| 上架時間 | 2020-07-14 | 
| 評分 | 5.00/5 共 1 次評分 | 
| 開發者 | Teddy Thioulouse | 
| 電子郵箱 | [email protected] | 
| 付費類型 | free | 
| 支援的語言 | en,fr,es,hi,zh-CN | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.0.3",
    "default_locale": "en",
    "author": "Teddy Thioulouse",
    "background": {
        "scripts": [
            "js\/browser-polyfill.min.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Bookmarks Collections",
        "default_popup": "html\/popup.html",
        "default_icon": {
            "16": "img\/icon16.png",
            "32": "img\/icon32.png",
            "48": "img\/icon48.png",
            "128": "img\/icon128.png"
        }
    },
    "permissions": [
        "bookmarks",
        "storage"
    ]
}  |  |