Super Bookmark Desktop

Super Bookmark Desktop - the new tab page + bookmark manager that acts like your computer desktop!…

Super Bookmark Desktop क्या है?

Super Bookmark Desktop Kyle Paulsen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Super Bookmark Desktop - the new tab page + bookmark manager that acts like your computer desktop!…"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Super Bookmark Desktop - the new tab page + bookmark manager that acts like your computer desktop!
​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​​If you've ever wanted to treat your bookmarks like files on your desktop then give this a try! Some features:

* Cool desktop backgrounds and ability to add your own. Add a subreddit source and get new backgrounds every day!
* Click and Drag icons to move them around the desktop or into folders.
* Create a selection of multiple items by clicking and dragging with the mouse (then try moving all of them).
* Hold down Ctrl, Shift, or Command and then click an icon to multi-select icons.
* Right Click the desktop create bookmarks or to change backgrounds and set background settings.
* Right Click icons to edit or delete them (editing and deleting affects the actual bookmark).
* Create text files that sync like a normal bookmark. Good for making quick reminders!

This project is open source at: https://github.com/kylepaulsen/SuperBookmarkDesktop                    

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

नाम Super Bookmark Desktop Super Bookmark Desktop
ID mfpgdeedjdffbfoomliadmehaoailnjn
आधिकारिक URL https://chromewebstore.google.com/detail/super-bookmark-desktop/mfpgdeedjdffbfoomliadmehaoailnjn
विवरण Super Bookmark Desktop - the new tab page + bookmark manager that acts like your computer desktop!…
फ़ाइल का आकार 22.68 MB
स्थापना संख्या 1,261
वर्तमान संस्करण 1.5.0
अंतिम अपडेट 2023-08-11
प्रकाशन तिथि 2020-03-01
रेटिंग 4.50/5 कुल 30 रेटिंग्स
डेवलपर Kyle Paulsen
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.kylepaulsen.com
सहायता पृष्ठ URL https://github.com/kylepaulsen/SuperBookmarkDesktop/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.5.0",
    "manifest_version": 3,
    "name": "Super Bookmark Desktop",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "bookmarks",
        "favicon",
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "minimum_chrome_version": "104"
}