Trove Chrome Extension
Capture and curate articles, videos, or notes to Trove.
Trove Chrome Extension क्या है?
Trove Chrome Extension https://keeptrove.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Capture and curate articles, videos, or notes to Trove."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Trove Chrome Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Trove is a gallery for your thoughts, where you can publicly curate the articles, videos, or notes that inspired you into individual "troves" of ideas. This extension allows you to save any page on the web to your trove. - Save with one click 💾 - Organize immediately into a trove 📚 - Add tags 🏷 *Requires an KEEPTROVE.com account
एक्सटेंशन की मूल जानकारी
नाम | Trove Chrome Extension |
ID | mokjenkikbjaioagehcobkoaglamahgn |
आधिकारिक URL | https://chromewebstore.google.com/detail/trove-chrome-extension/mokjenkikbjaioagehcobkoaglamahgn |
विवरण | Capture and curate articles, videos, or notes to Trove. |
फ़ाइल का आकार | 683 KB |
स्थापना संख्या | 259 |
वर्तमान संस्करण | 1.0.4 |
अंतिम अपडेट | 2021-05-01 |
प्रकाशन तिथि | 2021-03-23 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | https://keeptrove.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://keeptrove.com |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trove Chrome Extension", "description": "Capture and curate articles, videos, or notes to Trove.", "version": "1.0.4", "browser_action": { "default_icon": "Logo16.png", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/eventPage.js" ], "persistent": false }, "icons": { "16": "Logo16.png", "48": "Logo48.png", "128": "Logo128.png" }, "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'", "permissions": [ "storage", "tabs", "http:\/\/fonts.googleapis.com\/", "https:\/\/fonts.googleapis.com\/" ], "oauth2": { "client_id": "9185380118-ml0bh3n9n1auun71sjvkc8koro3ecphn.apps.googleusercontent.com", "scopes": [] }, "externally_connectable": { "matches": [ "*:\/\/*.keeptrove.com\/*", "http:\/\/localhost\/*" ] } } |