Superdense

Manage your bookmarks with ease. Linked to your Superdense account.

Τι είναι το Superdense;

Το Superdense είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Superdense Development, και η κύρια λειτουργία του είναι "Manage your bookmarks with ease. Linked to your Superdense account.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Overview

No text, just icons. The most compact bookmark manager for all your browsers and devices. All your favorite sites are just 1 click away.

Superdense means "of extremely great density and highly compact." That's precisely what we had in mind when building this tool to manage your web favorites. 

Superdense is no bookmark manager in the oldskool kind of way, as there are 99 tools available to store your long list of web URLs. Superdense is different, as it's optimized to display as many bookmarks as possible in the least amount of space by focussing on one key element: ✨ favicons ✨ If you're a bit like me, you probably have 20+ tabs open before you finished your first coffee in the morning. And how do you know what browser tab to click? That's right, the favicon.

We created Superdense to bypass the limitations of the bookmarks bar with its single row of links. With Superdense, you can create multiple categories, add unlimited bookmarks, drag and drop to have the icons in your preferred order and be ready to make it another wonderful day with all your favs at the click of a button. No problem to store like 200 bookmarks and have them all above the fold. Don't mind a little scrolling: just keep adding categories and bookmarks, as many as you want.

⭐ What you can do with Superdense:

✅ Add unlimited bookmarks and categories
💻 Access your favorites in all your browsers on all devices
↔️ Drag and drop to organize bookmarks and categories
📣 Public profile: promote your portfolio sites and endorse the tools you use most often 
🔐 Privacy settings: Mark categories as public or private to show or hide on your public page
👉 Upload custom icons
ℹ️ Public Page bio & link
🎟 Invite team members (team plan or higher)
🎨 Themes for custom styling
🪧 Remove branding (company plan)
🌐 Custom domain (company plan)

⭐ Chrome Extension

How to use the Chrome Extension to add bookmarks to your Superdense account:

1. Make sure you have your Superdense created and verified at app.superdense.com
2. Install the extension.
3. Simply pin the superdense extension and click on the icon on any page you wish to bookmark. 
4. Select or create a new suitable category for your bookmark and save
5. Refresh your Superdense app page and voila!
6. With the extension installed, you can now open an entire category in a new tab group

⭐ Useful links

🧠 Support docs: https://help.superdense.com/ 
💁‍♂️ FAQ: https://help.superdense.com/article/2/faq 
🚀 roadmap: https://roadmap.superdense.com/

Happy bookmarking!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Superdense Superdense
ID ahbpbcpfaojinpeibbhnnjcoglmplkfj
Επίσημο URL https://chromewebstore.google.com/detail/superdense/ahbpbcpfaojinpeibbhnnjcoglmplkfj
Περιγραφή Manage your bookmarks with ease. Linked to your Superdense account.
Μέγεθος Αρχείου 675 KB
Αριθμός Εγκαταστάσεων 474
Τρέχουσα Έκδοση 0.11.0
Τελευταία Ενημέρωση 2023-01-08
Ημερομηνία Δημοσίευσης 2022-05-01
Αξιολόγηση 5.00/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής Superdense Development
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.superdense.com
Διεύθυνση URL της Σελίδας Βοήθειας https://www.superdense.com/about
URL της Σελίδας Πολιτικής Απορρήτου https://www.superdense.com/privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Superdense",
    "description": "Manage your bookmarks with ease. Linked to your Superdense account.",
    "version": "0.11.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "tabGroups"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.superdense.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "\/images\/sd16.png",
            "32": "\/images\/sd32.png",
            "48": "\/images\/sd48.png",
            "128": "\/images\/sd128.png"
        }
    },
    "icons": {
        "16": "\/images\/sd16.png",
        "32": "\/images\/sd32.png",
        "48": "\/images\/sd48.png",
        "128": "\/images\/sd128.png"
    }
}