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文件

下載Kindle Highlights to Readsmart擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
}