Kindle Highlights to Readsmart

Sync all your Kindle highlights automatically using Readsmart Chrome Extension

Τι είναι το Kindle Highlights to Readsmart;

Το Kindle Highlights to Readsmart είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://readsmart.co, και η κύρια λειτουργία του είναι "Sync all your Kindle highlights automatically using Readsmart Chrome Extension".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Kindle Highlights to Readsmart

Λήψη αρχείων επέκτασης 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
Επίσημο 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
}