Save to Trove

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

Save to Trove क्या है?

Save to Trove trove.to द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Curate your internet library. Take notes on any webpage and save them into Trove."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Save to Trove एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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\/*"
    ]
}