Kindle Highlights to Readsmart

Sync all your Kindle highlights automatically using Readsmart Chrome Extension

Kindle Highlights to Readsmart란 무엇입니까?

Kindle Highlights to Readsmart은(는) https://readsmart.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sync all your Kindle highlights automatically using Readsmart Chrome Extension"입니다.

확장 프로그램 스크린샷

screenshot

Kindle Highlights to Readsmart 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Get the most of your highlights

Sync all your Kindle highlights automatically using Readsmart Chrome Extension. 

Every time you add a new highlight you will get a notification. From here, you can go directly to Readsmart. 

What’s next:
* Keep your highlights and notes under control through categorization. Search, tag and edit them instantly.
* Retain what is valuable to you using /Spaced Repetition/. Combine disparate ideas from different areas of knowledge.

We only have access to https://read.amazon.com. That's where  your ebooks and highlights are stored.

Any questions? Feel free to reach us at [email protected]                    

확장 프로그램 기본 정보

이름 Kindle Highlights to Readsmart Kindle Highlights to Readsmart
ID kghigmohnggnegnoielmjnkhookemobp
공식 URL https://chromewebstore.google.com/detail/kindle-highlights-to-read/kghigmohnggnegnoielmjnkhookemobp
설명 Sync all your Kindle highlights automatically using Readsmart Chrome Extension
파일 크기 478 KB
설치 횟수 44
현재 버전 1.1.10
최근 업데이트 2019-12-29
출시 날짜 2019-12-27
평점 5.00/5 총 1 개의 평점
개발자 https://readsmart.co
결제 유형 free
개인정보 보호 정책 페이지 URL https://readsmart.co/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kindle Highlights to Readsmart",
    "version": "1.1.10",
    "description": "Sync all your Kindle highlights automatically using Readsmart Chrome Extension",
    "short_name": "Sync all your Kindle highlights automatically",
    "permissions": [
        "storage",
        "alarms",
        "cookies",
        "https:\/\/app.readsmart.co\/",
        "https:\/\/server.readsmart.co\/",
        "idle"
    ],
    "browser_action": {
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "dependencies\/jquery.min.js",
            "dependencies\/sentry.min.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                "https:\/\/read.amazon.com\/notebook?readsmart=sync"
            ],
            "css": [
                "loading.css"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "manifest_version": 2
}