Google Bookmarks Tree

google.com/bookmarks with tree view

O que é Google Bookmarks Tree?

Google Bookmarks Tree é uma extensão do Chrome desenvolvida por Song Hyo Jin, e sua principal característica é "google.com/bookmarks with tree view".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Google Bookmarks Tree

Baixe arquivos de extensão Google Bookmarks Tree no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Google Bookmarks Tree Google Bookmarks Tree
ID ofppcpdgnpnmlmellfphhehmhkafbgmm
URL Oficial https://chromewebstore.google.com/detail/google-bookmarks-tree/ofppcpdgnpnmlmellfphhehmhkafbgmm
Descrição google.com/bookmarks with tree view
Tamanho do Arquivo 127 KB
Contagem de Instalações 595
Versão Atual 1.10
Última Atualização 2022-09-26
Data de Publicação 2019-06-13
Classificação 4.65/5 Total de 23 Avaliações
Desenvolvedor Song Hyo Jin
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://xenosi.de/privacyext.html
Idiomas Suportados 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\/*"
    ]
}