Tiny Bookmarks

A popup that will display all your bookmarks (and let you filter them) so you can get rid of the top bar.

O que é Tiny Bookmarks?

Tiny Bookmarks é uma extensão do Chrome desenvolvida por schouffy, e sua principal característica é "A popup that will display all your bookmarks (and let you filter them) so you can get rid of the top bar.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Tiny Bookmarks

Baixe arquivos de extensão Tiny Bookmarks 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

                        Displays all your bookmarks in a treeview.
Lets you hide the bookmarks bar so you have more vertical screen space for the websites.

Features :
- Search
- Remove



Icon by https://www.iconfinder.com/SPETS
Source code https://github.com/schouffy/bookmarks-chrome-extension                    

Informações Básicas da Extensão

Nome Tiny Bookmarks Tiny Bookmarks
ID iegcdellenlkefldcoligpmfnnejcekj
URL Oficial https://chromewebstore.google.com/detail/tiny-bookmarks/iegcdellenlkefldcoligpmfnnejcekj
Descrição A popup that will display all your bookmarks (and let you filter them) so you can get rid of the top bar.
Tamanho do Arquivo 191 KB
Contagem de Instalações 39
Versão Atual 0.3
Última Atualização 2020-04-07
Data de Publicação 2020-04-07
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor schouffy
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tiny Bookmarks",
    "version": "0.3",
    "description": "A popup that will display all your bookmarks (and let you filter them) so you can get rid of the top bar.",
    "permissions": [
        "bookmarks",
        "tabs",
        "chrome:\/\/favicon\/"
    ],
    "browser_action": {
        "default_title": "Tiny Bookmarks",
        "default_popup": "index.html",
        "default_icon": {
            "16": "star_16.png",
            "32": "star_32.png",
            "48": "star_48.png",
            "128": "star_128.png"
        }
    },
    "icons": {
        "16": "star_16.png",
        "32": "star_32.png",
        "48": "star_48.png",
        "128": "star_128.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Comma",
                "mac": "Command+Comma",
                "chromeos": "Ctrl+Comma",
                "linux": "Ctrl+Comma"
            }
        }
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'"
}