Spellbook

Use thousands of bookmarks easily

什么是Spellbook?

Spellbook是由peterhil开发的Chrome扩展程序,该扩展的主要功能是“Use thousands of bookmarks easily”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Spellbook扩展crx文件

下载Spellbook扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Spellbook Spellbook
ID mpngjgnmljpfedcllnndbeeponjdjcnk
官方URL https://chromewebstore.google.com/detail/spellbook/mpngjgnmljpfedcllnndbeeponjdjcnk
简介 Use thousands of bookmarks easily
文件大小 172 KB
安装次数 103
当前版本 0.6.1
更新时间 2023-07-30
上架时间 2019-12-16
开发者 peterhil
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/peterhil/spellbook
帮助页面URL https://github.com/peterhil/spellbook/issues
支持的语言 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__"
        }
    }
}