Spellbook

Use thousands of bookmarks easily

Spellbook란 무엇입니까?

Spellbook은(는) peterhil에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use thousands of bookmarks easily"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Spellbook 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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__"
        }
    }
}