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

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        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 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\/*"
        ]
    }
}