Kindle Highlights to Readsmart
Sync all your Kindle highlights automatically using Readsmart Chrome Extension
Vad är Kindle Highlights to Readsmart?
Kindle Highlights to Readsmart är en Chrome-tillägg utvecklad av https://readsmart.co, och dess huvudfunktion är "Sync all your Kindle highlights automatically using Readsmart Chrome Extension".
Tilläggsskärmbilder
Ladda ner Kindle Highlights to Readsmart-förlängningens CRX-fil
Ladda ner Kindle Highlights to Readsmart-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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]
Grundläggande Information om Tillägg
Namn | Kindle Highlights to Readsmart |
ID | kghigmohnggnegnoielmjnkhookemobp |
Officiell webbadress | https://chromewebstore.google.com/detail/kindle-highlights-to-read/kghigmohnggnegnoielmjnkhookemobp |
Beskrivning | Sync all your Kindle highlights automatically using Readsmart Chrome Extension |
Filstorlek | 478 KB |
Antal Installationer | 44 |
Aktuell Version | 1.1.10 |
Senast Uppdaterad | 2019-12-29 |
Publiceringsdatum | 2019-12-27 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | https://readsmart.co |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://readsmart.co/privacy |
Stödda Språk | 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 } |