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」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

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.                    

拡張機能の基本情報

名前 Bookmarks Collections Bookmarks Collections
ID kgengcoeabnofimgfhojmecmkkmgnkmm
公式URL 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
Eメール teddy.thioulouse@outlook.com
支払い方法 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"
    ]
}