Trove Bookmarks

A privacy-focused bookmark manager to save webpages, texts, images, videos, pdfs & more.

Τι είναι το Trove Bookmarks;

Το Trove Bookmarks είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Trove, και η κύρια λειτουργία του είναι "A privacy-focused bookmark manager to save webpages, texts, images, videos, pdfs & more.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Save & Organize webpages, texts, images, videos, pdfs & more.

Trove is a modern, beautiful and secure decentralized bookmarking app powered by Blockstack and Gaia storage. Trove's Firefox add-on allows you to save anything (pages, text, images, videos, pdfs) from the web easily. 

With just a few clicks, you'll be able to quickly save and organize your bookmarks directly into Trove. The extension also allows you to add categories and tags to organize bookmarks better. Privacy is built-in into Trove, so capture and manage your articles, reading list, or anything you find interesting without the fear of someone listening to you. Blockstack and Gaia storage enables you to have complete control of your identity and data. The data stored in Trove are encrypted (end-to-end encryption), which means that you own your data, and only you can access it with the keys that you hold. No one, not even Trove, can see or read inside your storage.


Easily save bookmarks:
Add articles & pages from the web.

Save any content: 
Save and automatically categorize images, videos, code snippets and text.

Organize smart:
Add collection or tags to your bookmarks. 
We will be supporting smart categorization in the future.

Note:
If you cannot save via the extension after installation, please refresh the page. If you can't find Trove icon in your browser, please re-enable it at chrome://extensions/ .

Bug report:
We appreciate suggestions and requests to keep improving Trove. If you have any specific features or experienced a bug, please send us an email at [email protected]. 

Find us at:
Website (https://trovenow.com)
App (https://app.trovenow.com)
Twitter (https://twitter.com/trovenow)                    

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

Όνομα Trove Bookmarks Trove Bookmarks
ID ncdpfaefabdipmdhaadggjfammeaooeb
Επίσημο URL https://chromewebstore.google.com/detail/trove-bookmarks/ncdpfaefabdipmdhaadggjfammeaooeb
Περιγραφή A privacy-focused bookmark manager to save webpages, texts, images, videos, pdfs & more.
Μέγεθος Αρχείου 12.29 KB
Αριθμός Εγκαταστάσεων 397
Τρέχουσα Έκδοση 0.0.4
Τελευταία Ενημέρωση 2019-09-19
Ημερομηνία Δημοσίευσης 2019-09-17
Αξιολόγηση 4.36/5 Συνολικά 11 Αξιολογήσεις
Προγραμματιστής Trove
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://trovenow.com
Διεύθυνση URL της Σελίδας Βοήθειας https://trovenow.com/help
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trove Bookmarks",
    "author": "Trove",
    "description": "A privacy-focused bookmark manager to save webpages, texts, images, videos, pdfs & more.",
    "version": "0.0.4",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "browser_action": [],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "*.html"
    ]
}