Tidy Bookmarks Tree

Tidy Bookmarks Tree

¿Qué es Tidy Bookmarks Tree?

Tidy Bookmarks Tree es una extensión de Chrome desarrollada por 安東邦泰, y su función principal es "Tidy Bookmarks Tree".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Tidy Bookmarks Tree

Descarga archivos de extensión Tidy Bookmarks Tree en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        A bookmarks tree popup extension for Chrome.


No ads, no spyware.
  


Search bookmarks by tag
Address bar by typing "* " (asterisk-space)
  
  
  
  
---------------
Shortcut keys
---------------
  

Alt+A
  Sidebar on/off

Alt+S
  Popup
  

----Change keyboard shortcut keys---

Just open the extensions page
scroll to the bottom of the page and click "Configure commands". 




---------------
Bookmark tags
---------------
  
After you bookmark a page, you have the option of adding "tags" to the bookmark.
These tags are used to help better categorize bookmarks so you can find them when searching.
  
  
The Tags field lets you enter a list of tags you want associated with the new bookmark.
When using more than one tag, use a comma to separate them.
  
  
(e.g. music,jazz,guitar)
  
  
context menu -> edit -> bookmark tags
  
Address bar by typing "* " (asterisk-space)
  
  
  
  
********* ATTENTION *********
MAX_WRITE_OPERATIONS_PER_HOUR ( 100 )

http://developer.chrome.com/extensions/bookmarks.html#property-MAX_WRITE_OPERATIONS_PER_HOUR




********************************
Normal--------------
Bookmarks Pop-up
Persistence : true
Search bookmarks from the address bar
Bookmark tags
Shortcut keys
Side Bar


Lite--------------
Bookmarks Pop-up
Lite version is loaded only when it's needed


https://chrome.google.com/webstore/detail/tidy-bookmarks-tree-lite/cojofepigcheogdcgockpcaijonnehec                    

Información Básica de la Extensión

Nombre Tidy Bookmarks Tree Tidy Bookmarks Tree
ID mmamcliopoldnjhobmflbocmblapjhhn
URL Oficial https://chromewebstore.google.com/detail/tidy-bookmarks-tree/mmamcliopoldnjhobmflbocmblapjhhn
Descripción Tidy Bookmarks Tree
Tamaño del Archivo 61.9 KB
Cantidad de Instalaciones 2,741
Versión Actual 2.8
Última Actualización 2017-02-15
Fecha de Publicación 2017-02-15
Calificación 4.41/5 Total de 39 Calificaciones
Desarrollador 安東邦泰
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tidy Bookmarks Tree",
    "version": "2.8",
    "description": "Tidy Bookmarks Tree",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "omnibox": {
        "keyword": "*"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icon19.png",
        "default_title": "Tidy Bookmarks Tree",
        "default_popup": "bpopup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "icon19on.png",
        "icon19off.png"
    ],
    "commands": {
        "myCommandADDBOOKMARK": {
            "suggested_key": {
                "default": "Alt+A"
            },
            "description": "Send add Bookmark command"
        },
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+S"
            },
            "description": "Send add tabs command"
        }
    },
    "minimum_chrome_version": "19",
    "permissions": [
        "bookmarks",
        "chrome:\/\/favicon\/*",
        "tabs",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}