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開發的Chrome擴展程式,該擴展的主要功能是“Curate your internet library. Take notes on any webpage and save them into Trove.”。
擴展截圖
下載Save to Trove擴展crx文件
下載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 |
ID | fiohgohgokaemedjdofhfiijnnhdinbe |
官方網址 | 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\/*" ] } |