YABE - Yet Another Bookmarks Extension

A nicer bookmarks popup

YABE - Yet Another Bookmarks Extension क्या है?

YABE - Yet Another Bookmarks Extension dmitry.clans द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A nicer bookmarks popup"।

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

screenshot
screenshot
screenshot

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

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

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

                        Features:
1. Left-click opens a bookmark in a new tab.
2. Middle-click or Ctrl-click opens a bookmark in a new background tab.
3. Close all open folders by opening another folder.
4. Save opened folder with the scroll position.
5. Options to Edit and Delete bookmarks and folders.

P.S.: new features to come!

v1.2.1
- Restore scroll position after node delete.

v1.2.0
- Improved opening speed.
- Added context menu.
- Added Confirm and Edit dialogs.
- Options to Edit and Delete bookmarks and folders.

v1.1.0:
- Improved popup height changing.
- Added feature to save the opened folder with the scroll position.                    

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

नाम YABE - Yet Another Bookmarks Extension YABE - Yet Another Bookmarks Extension
ID klkgpklahpjgbcepaackkmkkfoomeijg
आधिकारिक URL https://chromewebstore.google.com/detail/yabe-yet-another-bookmark/klkgpklahpjgbcepaackkmkkfoomeijg
विवरण A nicer bookmarks popup
फ़ाइल का आकार 476 KB
स्थापना संख्या 18
वर्तमान संस्करण 1.2.1
अंतिम अपडेट 2020-11-27
प्रकाशन तिथि 2020-10-27
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर dmitry.clans
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/Clans/yabe
सहायता पृष्ठ URL https://github.com/Clans/yabe/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YABE - Yet Another Bookmarks Extension",
    "version": "1.2.1",
    "description": "A nicer bookmarks popup",
    "permissions": [
        "bookmarks",
        "storage",
        "chrome:\/\/favicon\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Bookmarks",
        "default_popup": "popup.html",
        "default_icon": {
            "32": "images\/icon_32.png",
            "48": "images\/icon_48.png",
            "64": "images\/icon_64.png",
            "128": "images\/icon_128.png",
            "256": "images\/icon_256.png",
            "512": "images\/icon_512.png"
        }
    },
    "icons": {
        "32": "images\/icon_32.png",
        "48": "images\/icon_48.png",
        "64": "images\/icon_64.png",
        "128": "images\/icon_128.png",
        "256": "images\/icon_256.png",
        "512": "images\/icon_512.png"
    },
    "manifest_version": 2
}