Spellbook

Use thousands of bookmarks easily

Spellbookคืออะไร?

Spellbook เป็นส่วนขยายของ Chrome ที่พัฒนาโดย peterhil และคุณลักษณะหลักของมันคือ "Use thousands of bookmarks easily"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Spellbook

ดาวน์โหลดไฟล์ส่วนขยาย 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__"
        }
    }
}