Spellbook

Use thousands of bookmarks easily

O que é Spellbook?

Spellbook é uma extensão do Chrome desenvolvida por peterhil, e sua principal característica é "Use thousands of bookmarks easily".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Spellbook

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

                        Spellbook is an elegant bookmark addon for people with too many bookmarks.

Add new bookmarks with a handy category search into suitable bookmark
folder or create a subcategory.

Shortcuts

Open the popup with Alt-S keyboard shortcut (Ctrl-Alt-S on Firefox).

Languages

The extension is currently available in the following languages: English, Finnish, French and Russian.

Features

* Add new bookmark for the current tab from the popup
* Add new subcategory
* Find the category (bookmark folder) easily by searching
* Show parent paths to easily distinguish similarly named categories
* Show recently added and child categories
* Edit name, url and category when adding a bookmark
* Popup and search works fast even with thousands of bookmarks
* Show saved bookmark state and information
* Delete existing bookmarks
* Keyboard navigation
* Open source with MPL 2.0 license

See full changelog at Github:
https://github.com/peterhil/spellbook/blob/main/CHANGELOG.md                    

Informações Básicas da Extensão

Nome Spellbook Spellbook
ID mpngjgnmljpfedcllnndbeeponjdjcnk
URL Oficial https://chromewebstore.google.com/detail/spellbook/mpngjgnmljpfedcllnndbeeponjdjcnk
Descrição Use thousands of bookmarks easily
Tamanho do Arquivo 172 KB
Contagem de Instalações 103
Versão Atual 0.6.1
Última Atualização 2023-07-30
Data de Publicação 2019-12-16
Desenvolvedor peterhil
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/peterhil/spellbook
URL da Página de Ajuda https://github.com/peterhil/spellbook/issues
Idiomas Suportados en,fr,fi,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Spellbook",
    "description": "__MSG_meta_description__",
    "default_locale": "en",
    "icons": {
        "64": "img\/spellbook_icon_bookmarked.png"
    },
    "homepage_url": "https:\/\/github.com\/peterhil\/spellbook",
    "permissions": [
        "activeTab",
        "bookmarks",
        "tabs"
    ],
    "author": "Peter Hillerstro\u0308m ",
    "version": "0.6.1",
    "manifest_version": 3,
    "action": {
        "default_icon": "img\/spellbook_icon.png",
        "default_popup": "views\/popup.html"
    },
    "background": {
        "service_worker": "js\/serviceWorker.js",
        "type": "module"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+S",
                "mac": "Alt+S"
            },
            "description": "__MSG_execute_browser_action__"
        }
    }
}