Google Bookmarks Tree

google.com/bookmarks with tree view

Google Bookmarks Treeとは何ですか?

Google Bookmarks TreeはSong Hyo Jinによって開発されたChromeの拡張機能で、その主な機能は「google.com/bookmarks with tree view」です。

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

screenshot

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

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

拡張機能の使用方法

                        Google has terminated the service.
Existing users can still see the bookmarks stored in Chrome, so please move the bookmarks.
This extension will be converted to private.
-------------------------------------------------------
tree view for https://www.google.com/bookmarks/ 

Labels naming with ">" mark is tree depth.
Folder>Folder>Folder

ctrl+Right-click on a folder to open all the links in the folder. Subfolders are ignored.

- not chrome's bookmarks. google site's bookmarks.                    

拡張機能の基本情報

名前 Google Bookmarks Tree Google Bookmarks Tree
ID ofppcpdgnpnmlmellfphhehmhkafbgmm
公式URL https://chromewebstore.google.com/detail/google-bookmarks-tree/ofppcpdgnpnmlmellfphhehmhkafbgmm
説明 google.com/bookmarks with tree view
ファイルサイズ 127 KB
インストール数 595
現在のバージョン 1.10
最終更新日 2022-09-26
公開日 2019-06-13
評価 4.65/5 合計 23 レビュー
開発者 Song Hyo Jin
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://xenosi.de/privacyext.html
対応言語 en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "ko",
    "name": "__MSG_extName__",
    "short_name": "XenoBookmarks",
    "description": "__MSG_extDescription__",
    "version": "1.10",
    "icons": {
        "16": "image\/16x16.png",
        "48": "image\/48x48.png",
        "128": "image\/128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "image\/19x19.png",
            "38": "image\/38x38.png"
        },
        "default_popup": "bookmarks.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "https:\/\/www.google.com\/bookmarks\/*"
    ]
}