Spellbook

Use thousands of bookmarks easily

Spellbook क्या है?

Spellbook peterhil द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use thousands of bookmarks easily"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Spellbook एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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__"
        }
    }
}