Save to Trove

Curate your internet library. Take notes on any webpage and save them into Trove.

Τι είναι το Save to Trove;

Το Save to Trove είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον trove.to, και η κύρια λειτουργία του είναι "Curate your internet library. Take notes on any webpage and save them into Trove.".

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

screenshot
screenshot
screenshot

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

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

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

                        Trove is a place to organize your most valuable knowledge and share it with others. Use our extension to directly save webpages into Trove—along with any notes, ideas, quotes, or thoughts you'd like to add.

A BETTER FORM OF BOOKMARKING

Read a thought-provoking article? Found a delicious new recipe? Came across an entertaining YouTube video? Received yet another book recommendation? You can use Trove to keep and organize this information so it won’t be forgotten.

ORGANIZE YOUR RESEARCH

Writing a paper? Planning a trip? Learning a new topic? Researching which product to buy? Use Trove to store, organize, and annotate the best resources you found. You can make troves just for yourself or collaborate with others!

SHARE YOUR KNOWLEDGE WITH OTHERS

Easily share selected troves with others—either publicly on your profile or selectively via a link. Then, people can comment with their own ideas and build up their knowledge from yours!                    

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

Όνομα Save to Trove Save to Trove
ID fiohgohgokaemedjdofhfiijnnhdinbe
Επίσημο URL https://chromewebstore.google.com/detail/save-to-trove/fiohgohgokaemedjdofhfiijnnhdinbe
Περιγραφή Curate your internet library. Take notes on any webpage and save them into Trove.
Μέγεθος Αρχείου 349 KB
Αριθμός Εγκαταστάσεων 59
Τρέχουσα Έκδοση 0.0.3
Τελευταία Ενημέρωση 2021-06-01
Ημερομηνία Δημοσίευσης 2021-05-13
Αξιολόγηση 5.00/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής trove.to
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://trove.to/
URL της Σελίδας Πολιτικής Απορρήτου https://trove.to/trove/trove/bd78f84c-eafe-4bb4-8bda-ace2347315bd/privacy-policy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save to Trove",
    "description": "Curate your internet library. Take notes on any webpage and save them into Trove.",
    "manifest_version": 3,
    "version": "0.0.3",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/trove.to\/*",
        "*:\/\/*.trove.to\/*"
    ]
}