Kindle Highlights to Readsmart
Sync all your Kindle highlights automatically using Readsmart Chrome Extension
Was ist Kindle Highlights to Readsmart?
Kindle Highlights to Readsmart ist eine Chrome-Erweiterung, die von https://readsmart.co entwickelt wurde, und ihr Hauptmerkmal ist "Sync all your Kindle highlights automatically using Readsmart Chrome Extension".
Erweiterungsscreenshots
Kindle Highlights to Readsmart-Erweiterungs-CRX-Datei herunterladen
Laden Sie Kindle Highlights to Readsmart-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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] Grundlegende Informationen zur Erweiterung
| Name | |
| ID | kghigmohnggnegnoielmjnkhookemobp |
| Offizielle URL | https://chromewebstore.google.com/detail/kindle-highlights-to-read/kghigmohnggnegnoielmjnkhookemobp |
| Beschreibung | Sync all your Kindle highlights automatically using Readsmart Chrome Extension |
| Dateigröße | 478 KB |
| Installationsanzahl | 44 |
| Aktuelle Version | 1.1.10 |
| Letztes Update | 2019-12-29 |
| Veröffentlichungsdatum | 2019-12-27 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | https://readsmart.co |
| Zahlungsart | free |
| URL der Datenschutzrichtlinien-Seite | https://readsmart.co/privacy |
| Unterstützte Sprachen | 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
} | |