Trove Chrome Extension
Capture and curate articles, videos, or notes to Trove.
什么是Trove Chrome Extension?
Trove Chrome Extension是由https://keeptrove.com开发的Chrome扩展程序,该扩展的主要功能是“Capture and curate articles, videos, or notes to Trove.”。
扩展截图
下载Trove Chrome Extension扩展crx文件
下载Trove Chrome Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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\/*" ] } } |