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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Save to Trove 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*"
    ]
}