Ease Bookmarks

Easy to use bookmark manager

Ease Bookmarks क्या है?

Ease Bookmarks qin_xs द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easy to use bookmark manager"।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Ease Bookmarks एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Instructions for use:
Ease Bookmarks is an extension to replace the browser's original bookmarks bar
On this basis, as far as possible to meet the needs of users of various bookmark usage habits

The main function:
Modify the default opening method of bookmarks
Various basic operations on bookmarks (edit, delete, move, etc.)
Bookmarks in multiple columns
Shortcut Key Support
In addition, this extension has special support for `JS bookmarklet`~

ChangeLog:
https://github.com/qinxs/Ease-Bookmarks/blob/master/ChangeLog.md                    

एक्सटेंशन की मूल जानकारी

नाम Ease Bookmarks Ease Bookmarks
ID poefceffmekhjoadknillcbdifahongk
आधिकारिक URL https://chromewebstore.google.com/detail/ease-bookmarks/poefceffmekhjoadknillcbdifahongk
विवरण Easy to use bookmark manager
फ़ाइल का आकार 80.77 KB
स्थापना संख्या 2,056
वर्तमान संस्करण 1.6.5
अंतिम अपडेट 2024-02-21
प्रकाशन तिथि 2021-12-03
रेटिंग 4.96/5 कुल 26 रेटिंग्स
डेवलपर qin_xs
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/qinxs/Ease-Bookmarks
सहायता पृष्ठ URL https://github.com/qinxs/Ease-Bookmarks/issues
समर्थित भाषाएँ de,en,fr,es,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ease Bookmarks",
    "description": "__MSG_pluginDesc__",
    "version": "1.6.5",
    "offline_enabled": true,
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "author": "qinxs",
    "homepage_url": "https:\/\/github.com\/qinxs\/Ease-Bookmarks",
    "browser_action": {
        "default_title": "Ease Bookmarks",
        "default_popup": "popup.html",
        "default_icon": "icons\/icon32.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": true
    },
    "options_page": "options.html",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Q",
                "mac": "Command+Q",
                "linux": "Ctrl+Q",
                "chromeos": "Ctrl+Q"
            },
            "description": "\u6253\u5f00\/\u5173\u95ed\u6269\u5c55"
        }
    },
    "permissions": [
        "storage",
        "activeTab",
        "bookmarks",
        "contextMenus",
        "chrome:\/\/favicon\/"
    ]
}