Kindle Highlights to Readsmart

Sync all your Kindle highlights automatically using Readsmart Chrome Extension

Co to jest Kindle Highlights to Readsmart?

Kindle Highlights to Readsmart to rozszerzenie Chrome opracowane przez https://readsmart.co, a jego główną funkcją jest „Sync all your Kindle highlights automatically using Readsmart Chrome Extension”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Kindle Highlights to Readsmart

Pobierz pliki rozszerzeń Kindle Highlights to Readsmart w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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]                    

Podstawowe informacje o rozszerzeniu

Nazwa Kindle Highlights to Readsmart Kindle Highlights to Readsmart
ID kghigmohnggnegnoielmjnkhookemobp
Oficjalny URL https://chromewebstore.google.com/detail/kindle-highlights-to-read/kghigmohnggnegnoielmjnkhookemobp
Opis Sync all your Kindle highlights automatically using Readsmart Chrome Extension
Rozmiar pliku 478 KB
Liczba instalacji 44
Aktualna Wersja 1.1.10
Ostatnia Aktualizacja 2019-12-29
Data Publikacji 2019-12-27
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://readsmart.co
Typ Płatności free
Adres URL Strony Polityki Prywatności https://readsmart.co/privacy
Obsługiwane Języki 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
}