Startab Bookmark Manager

Browse faster with Startab!

Τι είναι το Startab Bookmark Manager;

Το Startab Bookmark Manager είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://startab.io, και η κύρια λειτουργία του είναι "Browse faster with Startab!".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Introducing Startab: A Comprehensive Bookmark and Tab Management Solution

Startab is a sophisticated bookmark manager and new tab replacement, expertly designed to streamline your web browsing experience and enhance productivity.

Key Features:
🚀 Speed: Enjoy rapid access and effortless organization of bookmarks with our intuitive drag & drop interface.
🔒 Security: Rest assured knowing that your data remains secure and private within your browser.
🎨 Style: Experience a sleek, modern, and distraction-free environment as you navigate the web.

Our Commitment:
We are dedicated to empowering users to achieve their goals through increased productivity. With Startab, we pledge to continue developing powerful and practical solutions that seamlessly integrate with one another, such as Startab New Tab.

Your Feedback Matters:
📝 Leave a review
📩 Contact us at [email protected]

Highlighted Features:

✨ Bookmark Manager:
- Open bookmarks in a window or tab group
- Effortlessly organize with drag & drop
✨ Tabs and Windows Manager:
- Seamlessly drag tabs between windows
- Reorder tabs with ease
- Close windows effortlessly
- Group all tabs in a window
✨ Adaptive Dark Mode: Enhance focus and reduce eye strain
✨ Personalization: Customize font, font size, and overall feel

Ideal for:

A diverse range of internet users, including students, professionals, and casual browsers.
Those who spend significant time online and require efficient organization.
Users with extensive bookmark collections seeking an intuitive management solution.
Individuals searching for a stylish and modern new tab alternative.
State-of-the-Art Software:

Startab employs React 18 and Material UI, ensuring a smooth and contemporary user experience. By adhering to Google's Manifest V3 standards, we guarantee enhanced security, privacy, and performance for our users.

Update History:

Stay up-to-date with our latest improvements and feature additions, designed to continually refine and expand Startab's capabilities.

Experience the future of browsing with Startab – download now to revolutionize your productivity and organization.                    

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

Όνομα Startab Bookmark Manager Startab Bookmark Manager
ID akfdobdepdedlohhjdalbeadhkbelajj
Επίσημο URL https://chrome.google.com/webstore/detail/startab-bookmark-manager/akfdobdepdedlohhjdalbeadhkbelajj
Περιγραφή Browse faster with Startab!
Μέγεθος Αρχείου 95.37 KB
Αριθμός Εγκαταστάσεων 647
Τρέχουσα Έκδοση 3.5.9
Τελευταία Ενημέρωση 2023-04-29
Ημερομηνία Δημοσίευσης 2021-12-23
Αξιολόγηση 4.57/5 Συνολικά 23 Αξιολογήσεις
Προγραμματιστής http://startab.io
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://startab.io/
Διεύθυνση URL της Σελίδας Βοήθειας https://startab.io/support
URL της Σελίδας Πολιτικής Απορρήτου https://startab.io/privacy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Startab Bookmark Manager",
    "version": "3.5.9",
    "description": "Browse faster with Startab!",
    "options_page": "src\/pages\/options\/index.html",
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "minimum_chrome_version": "92",
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "bookmarks",
        "tabs",
        "tabGroups"
    ],
    "chrome_url_overrides": {
        "newtab": "src\/pages\/newtab\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.startab.io\/*",
                "*:\/\/localhost\/*"
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/startab.io\/*",
            "*:\/\/localhost\/*"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtLXksGMhq3lEyjyE0kVzElQO5wciF2UqnDG304dtDq9Z1ktTTuWi2GYfg9KFXVPCdUTO35PRNhwd9saDo\/2jL1vJAxw4NVPwbX7XmqbXigtQ5YBzsU8hmw7M6ZA8T15ZyZvUgIiNOCwQ5qFbOoA9uQBZPYwgJ5IWdHywjKd3sIx5PZ67iPeS4b+D0ZsBQo2QKsMaheW1tI0nC0nESE6JblhW3k2lglOKB276G4pEenGzhqWZ3Tsy9oIkrpL2xl7i77xJ\/\/XwiZg79BXg0PqLTYS3VtkKzTmL+AWufOaBe2LryCJhQW4VtbM+jiqZVvpZn+QG+ohLa0flzPv1z9os5QIDAQAB"
}