Faster Bookmark - Add Bookmark faster

Easily add bookmarks to any folder. Includes spotlight-like search with mouse/keyboard support. Default key: cmd+b (win:ctrl+b)

O que é Faster Bookmark - Add Bookmark faster?

Faster Bookmark - Add Bookmark faster é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Easily add bookmarks to any folder. Includes spotlight-like search with mouse/keyboard support. Default key: cmd+b (win:ctrl+b)".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Faster Bookmark - Add Bookmark faster

Baixe arquivos de extensão Faster Bookmark - Add Bookmark faster 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

                        Easy way to add bookmarks to any folder.
Includes spotlight-like search with mouse/keyboard integration.

Default shortcut: cmd+b (win:ctrl+b)

-----
Author: minhanhhere
Origin: https://github.com/ardcore/chrome-better-bookmark
Source code: https://github.com/minhanhhere/chrome-faster-bookmark                    

Informações Básicas da Extensão

Nome Faster Bookmark - Add Bookmark faster Faster Bookmark - Add Bookmark faster
ID fibadljlplamppipiebabkdehecpabce
URL Oficial https://chromewebstore.google.com/detail/faster-bookmark-add-bookm/fibadljlplamppipiebabkdehecpabce
Descrição Easily add bookmarks to any folder. Includes spotlight-like search with mouse/keyboard support. Default key: cmd+b (win:ctrl+b)
Tamanho do Arquivo 32.27 KB
Contagem de Instalações 902
Versão Atual 1.3.1
Última Atualização 2015-12-24
Data de Publicação 2015-12-24
Classificação 4.46/5 Total de 28 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "author": "Minh Anh",
    "background": {
        "page": "init.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "action.png",
            "38": "action.png"
        },
        "default_popup": "background.html",
        "default_title": "Faster Bookmark Button"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "chromeos": "Ctrl+B",
                "default": "Ctrl+B",
                "linux": "Ctrl+B",
                "mac": "Command+B",
                "windows": "Ctrl+B"
            }
        }
    },
    "description": "Easily add bookmarks to any folder. Includes spotlight-like search with mouse\/keyboard support. Default key: cmd+b (win:ctrl+b)",
    "homepage_url": "https:\/\/github.com\/minhanhhere\/chrome-faster-bookmark",
    "icons": {
        "128": "bookmark.png",
        "16": "bookmark.png",
        "48": "bookmark.png"
    },
    "manifest_version": 2,
    "name": "Faster Bookmark - Add Bookmark faster",
    "shortname": "Faster Bookmark",
    "permissions": [
        "bookmarks",
        "tabs"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3.1"
}