Smart Bookmark Manager

A better look at your browsers Bookmarks with advance searching and the most useful filters

O que é Smart Bookmark Manager?

Smart Bookmark Manager é uma extensão do Chrome desenvolvida por https://chromio.net, e sua principal característica é "A better look at your browsers Bookmarks with advance searching and the most useful filters".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Smart Bookmark Manager

Baixe arquivos de extensão Smart Bookmark Manager 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

                        With Smart Bookmark Manager you can

- Short bookmarks by date and name
- Custom Bookmark search
- Arrange Bookmarks in Grid and list style
- Select multiple bookmarks with mouse cursor
- Open single or multi bookmarks in new tab, new windows or private window
- Import and export bookmarks
- edit, move, delete and copy bookmark’s URL

Upcoming features
- Display web shots in Grid style
- Display search suggestions

Please give suggestion in support so we improve this extension - Thanks                    

Informações Básicas da Extensão

Nome Smart Bookmark Manager Smart Bookmark Manager
ID nfobeapoafofgmfaggcajmnfdjemfpno
URL Oficial https://chromewebstore.google.com/detail/smart-bookmark-manager/nfobeapoafofgmfaggcajmnfdjemfpno
Descrição A better look at your browsers Bookmarks with advance searching and the most useful filters
Tamanho do Arquivo 91.59 KB
Contagem de Instalações 1,629
Versão Atual 1.0.0
Última Atualização 2019-11-24
Data de Publicação 2019-11-19
Classificação 4.32/5 Total de 25 Avaliações
Desenvolvedor https://chromio.net
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "1.0.0",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon-popup.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "chrome_url_overrides": {
        "bookmarks": "bookmarks.html"
    },
    "permissions": [
        "bookmarks",
        "chrome:\/\/favicon\/"
    ]
}