Google Bookmarks Tree

google.com/bookmarks with tree view

Что такое Google Bookmarks Tree?

Google Bookmarks Tree - это расширение Chrome, разработанное Song Hyo Jin, и его основная функция - "google.com/bookmarks with tree view".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Google Bookmarks Tree

Скачайте файлы расширений 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
Электронная почта [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\/*"
    ]
}