Maple Bookmarks

Let you navigate smoothly while hiding the bookmark bar.

Maple Bookmarksとは何ですか?

Maple Bookmarksはhttps://maple.tw93.funによって開発されたChromeの拡張機能で、その主な機能は「Let you navigate smoothly while hiding the bookmark bar.」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        The bookmarks bar can occupy the browsing window and affect concentration, so I often hide it. However, this makes accessing bookmarks inconvenient. Therefore, I developed the Maple Bookmarks extension. By just using the shortcut Command + E, you can quickly access your bookmarks, which is practical and convenient.                    

拡張機能の基本情報

名前 Maple Bookmarks Maple Bookmarks
ID lgncmpklmepncbjpiebhdoejhmbcnjad
公式URL https://chromewebstore.google.com/detail/maple-bookmarks/lgncmpklmepncbjpiebhdoejhmbcnjad
説明 Let you navigate smoothly while hiding the bookmark bar.
ファイルサイズ 29.91 KB
インストール数 1,277
現在のバージョン 1.10
最終更新日 2023-09-14
公開日 2023-07-28
評価 4.86/5 合計 7 レビュー
開発者 https://maple.tw93.fun
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/tw93/Maple
ヘルプページのURL https://github.com/tw93/Maple/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Maple Bookmarks",
    "description": "Let you navigate smoothly while hiding the bookmark bar.",
    "version": "1.10",
    "action": {
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+E",
                "mac": "Command+E"
            }
        }
    },
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "bookmarks",
        "favicon"
    ],
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    }
}