Super Bookmark Desktop

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

Τι είναι το Super Bookmark Desktop;

Το Super Bookmark Desktop είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Kyle Paulsen, και η κύρια λειτουργία του είναι "Super Bookmark Desktop - the new tab page + bookmark manager that acts like your computer desktop!…".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Super Bookmark Desktop

Λήψη αρχείων επέκτασης Super Bookmark Desktop σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
}