Searchable Bookmarks Manager

Easily search through your bookmarks, straight from your browser's address bar!

Searchable Bookmarks Managerとは何ですか?

Searchable Bookmarks ManagerはJeremy Dubonによって開発されたChromeの拡張機能で、その主な機能は「Easily search through your bookmarks, straight from your browser's address bar!」です。

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

screenshot
screenshot
screenshot

Searchable Bookmarks Manager拡張機能のCRXファイルをダウンロード

Searchable Bookmarks Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Easily manage your bookmarks right from Chrome's address bar!

Features: 
- Easy to use tree view! 
- Fast bookmarks search and filter feature!
- Color code your folders! 
- Open your bookmarks in a single tab group! 
- Open all bookmarks inside a folder with just one click!
- Dark mode and many other customization features! 

Your bookmarks will remain completely private. This extension does not collect any usage data. This collection does not store any usage data. This extension does not communicate with any third parties. This extension does not communicate with any external source.                    

拡張機能の基本情報

名前 Searchable Bookmarks Manager Searchable Bookmarks Manager
ID gkmpffgkcfcacjgaaafchfnnjghddmff
公式URL https://chromewebstore.google.com/detail/searchable-bookmarks-mana/gkmpffgkcfcacjgaaafchfnnjghddmff
説明 Easily search through your bookmarks, straight from your browser's address bar!
ファイルサイズ 1.04 MB
インストール数 401
現在のバージョン 4.1.1
最終更新日 2023-01-22
公開日 2016-07-11
評価 4.21/5 合計 14 レビュー
開発者 Jeremy Dubon
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/JJDubon/Searchable-Bookmarks-Manager-React
ヘルプページのURL https://github.com/JJDubon/Searchable-Bookmarks-Manager-React/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Searchable Bookmarks Manager",
    "description": "Easily search through your bookmarks, straight from your browser's address bar!",
    "version": "4.1.1",
    "short_name": "SBM",
    "commands": {
        "_execute_browser_action": {
            "description": "Searchable Bookmarks Manager"
        }
    },
    "action": {
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "background\/index.js",
        "type": "module"
    },
    "icons": {
        "16": "\/images\/icon-16-blue.png",
        "32": "\/images\/icon-32-blue.png",
        "48": "\/images\/icon-48-blue.png",
        "128": "\/images\/icon-128.png"
    },
    "permissions": [
        "activeTab",
        "bookmarks",
        "storage",
        "favicon",
        "tabGroups",
        "alarms"
    ]
}