Trove

Send highlights to Notion.

Trove란 무엇입니까?

Trove은(는) https://trove.so에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Send highlights to Notion."입니다.

확장 프로그램 스크린샷

screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Trove captures important information anywhere on the web and saves it to Notion.

With Trove, you can open a Notion page or database directly in the browser and start adding highlights, taking notes, and editing properties on the page.

Those highlights and comments remain on the webpage, so whenever you return, you can see exactly what you highlighted and commented on!

===> USE CASES

Notion Bookmarks Bar -- Save those webpage links to a Notion page instead of in your browser bookmarks bar.

Research/School -- Whether you're a student, a PhD, or obsessed with learning Trove allows you to highlight and take notes in the webpage itself and sync that work to Notion for later analysis.

Social -- Add multiple people to a page in Notion and collaboratively add links and highlights!                    

확장 프로그램 기본 정보

이름 Trove Trove
ID lmmkdhhionkgeflajjokpmeogekfdoel
공식 URL https://chromewebstore.google.com/detail/trove/lmmkdhhionkgeflajjokpmeogekfdoel
설명 Send highlights to Notion.
파일 크기 1.53 MB
설치 횟수 2,612
현재 버전 1.0.2
최근 업데이트 2021-04-14
출시 날짜 2021-03-30
평점 3.00/5 총 20 개의 평점
개발자 https://trove.so
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://trove.so/
도움말 페이지 URL https://www.notion.so/simplata/Trove-Community-Board-c2c9fe006c29404b967497ae2d2f3079
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trove",
    "description": "Send highlights to Notion.",
    "version": "1.0.2",
    "browser_action": {
        "default_icon": "icons\/prod\/icon16.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/prod\/icon16.png",
        "48": "icons\/prod\/icon48.png",
        "128": "icons\/prod\/icon128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "cookies",
        "",
        "unlimitedStorage"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/trove.so\/*",
            "https:\/\/www.trove.so\/*",
            "https:\/\/s3-us-west-2.amazonaws.com\/secure.notion-static.com\/*"
        ]
    },
    "web_accessible_resources": [
        "images\/*",
        "images\/notion\/*",
        "images\/notion\/properties\/*"
    ]
}