Brace.to - Bookmark Manager

Save links to visit later anytime on any devices with full control of your data

Τι είναι το Brace.to - Bookmark Manager;

Το Brace.to - Bookmark Manager είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://brace.to, και η κύρια λειτουργία του είναι "Save links to visit later anytime on any devices with full control of your data".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        A simple way to save links to visit later. Just click on the icon, the link in the address bar will be saved. After that, you can visit all your saved links anytime on any of your devices.

Your bookmark manager with privacy at heart. Brace.to helps you save links to everything and visit them later easily anytime on any of your devices. Powered by Stacks technology, all your saved links are encrypted and only you can decrypt them and see the content inside.

There are several ways to save a link for your convenience. You can save a link 1. at our website (https://brace.to), 2. in the web browser address bar by typing "brace.to" and "/" before any link, 3. with our web browser extensions on your desktop, and 4. via our mobile apps on your phone.

Then you can visit your saved links anytime on any of your devices. Every link you save will be beautified with its representative image and title so that you can easily find it and recognize it.

Powered by Stacks technology, 1. Your identity lives in blockchain and only you with your secret key can access it and control it. Your identity cannot be locked, banned, or deleted by anyone as your secret key is required to make a change to your identity in the blockchain. 2. Your data lives in the storage of your choice and only you with your secret key can change it. No one can lock you out of your own data. You can always access your data directly whenever you want as you have full control of your data storage. Plus, you can manage who can access your data too. 3. Everything is encrypted and only you with your secret key can see the content inside. Your data cannot be used to make targeted ads on you and there is no risk if your data is stolen.

Bring back control of your identity and your data one link at a time with Brace.to, powered by web 3.0 technology from Stacks to make sure that your privacy cannot be compromised. Not just that Brace.to doesn't be evil, Brace.to can't be evil.                    

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

Όνομα Brace.to - Bookmark Manager Brace.to - Bookmark Manager
ID hennjddhjodlmdnopaggbjjkpokpbdnn
Επίσημο URL https://chromewebstore.google.com/detail/braceto-bookmark-manager/hennjddhjodlmdnopaggbjjkpokpbdnn
Περιγραφή Save links to visit later anytime on any devices with full control of your data
Μέγεθος Αρχείου 16.28 KB
Αριθμός Εγκαταστάσεων 318
Τρέχουσα Έκδοση 0.1.4
Τελευταία Ενημέρωση 2023-08-25
Ημερομηνία Δημοσίευσης 2020-06-16
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://brace.to
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://brace.to
Διεύθυνση URL της Σελίδας Βοήθειας https://brace.to#support
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Brace.to - Bookmark Manager",
    "description": "Save links to visit later anytime on any devices with full control of your data",
    "version": "0.1.4",
    "minimum_chrome_version": "93",
    "icons": {
        "16": "img\/logo16.png",
        "32": "img\/logo32.png",
        "48": "img\/logo48.png",
        "128": "img\/logo128.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "management",
        "system.display"
    ],
    "action": {
        "default_icon": {
            "16": "img\/logo16.png",
            "32": "img\/logo32.png",
            "48": "img\/logo48.png",
            "128": "img\/logo128.png"
        },
        "default_title": "Save link to Brace"
    },
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "options_ui": {
        "page": "options.html"
    }
}