Trove Chrome Extension
Capture and curate articles, videos, or notes to Trove.
Wat is Trove Chrome Extension?
Trove Chrome Extension is een Chrome-extensie ontwikkeld door https://keeptrove.com, en de belangrijkste functie is "Capture and curate articles, videos, or notes to Trove.".
Extensie Screenshots
Download het CRX-bestand van de extensie Trove Chrome Extension
Download Trove Chrome Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Trove Chrome Extension |
ID | mokjenkikbjaioagehcobkoaglamahgn |
Officiële URL | https://chromewebstore.google.com/detail/trove-chrome-extension/mokjenkikbjaioagehcobkoaglamahgn |
Beschrijving | Capture and curate articles, videos, or notes to Trove. |
Bestandsgrootte | 683 KB |
Aantal Installaties | 259 |
Huidige Versie | 1.0.4 |
Laatst Bijgewerkt | 2021-05-01 |
Publicatiedatum | 2021-03-23 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://keeptrove.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://keeptrove.com |
Ondersteunde Talen | 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\/*" ] } } |