Note Extractor for Kindle
Note Extractor makes it easy to export your Kindle notes, bookmarks, and highlights. Access the best of your reading with the…
Wat is Note Extractor for Kindle?
Note Extractor for Kindle is een Chrome-extensie ontwikkeld door Note Extractor For Kindle, en de belangrijkste functie is "Note Extractor makes it easy to export your Kindle notes, bookmarks, and highlights. Access the best of your reading with the…".
Extensie Screenshots
Download het CRX-bestand van de extensie Note Extractor for Kindle
Download Note Extractor for Kindle-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Note Extractor makes it easy to export your Kindle notes, bookmarks, and highlights. Access the best of your reading with the click of a button.
Basisinformatie over de Extensie
Naam | Note Extractor for Kindle |
ID | ibeckfniallenijicobjjgnkebkgicgm |
Officiële URL | https://chromewebstore.google.com/detail/note-extractor-for-kindle/ibeckfniallenijicobjjgnkebkgicgm |
Beschrijving | Note Extractor makes it easy to export your Kindle notes, bookmarks, and highlights. Access the best of your reading with the… |
Bestandsgrootte | 923 KB |
Aantal Installaties | 281 |
Huidige Versie | 1.1.5 |
Laatst Bijgewerkt | 2020-05-21 |
Publicatiedatum | 2020-05-20 |
Beoordeling | 4.13/5 Totaal 8 Beoordelingen |
Ontwikkelaar | Note Extractor For Kindle |
[email protected] | |
Betalingswijze | in_app |
Extensiewebsite | https://www.noteextractor.com/ |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Note Extractor for Kindle", "description": "", "version": "1.1.5", "manifest_version": 2, "offline_enabled": false, "icons": { "48": "icons\/on_icon_48.png", "128": "icons\/on_icon_128.png" }, "browser_action": { "default_title": "note-extractor", "default_popup": "" }, "background": { "scripts": [ "background.js" ] }, "options_ui": { "page": "options\/options.html", "chrome_style": true }, "web_accessible_resources": [ "images\/*.png", "options\/options.html" ], "content_scripts": [ { "matches": [ "https:\/\/read.amazon.com\/*", "https:\/\/read.amazon.uk\/*", "https:\/\/lesen.amazon.de\/*" ], "css": [ "content\/content.css" ], "js": [ "content\/content.js" ] } ], "permissions": [ "activeTab", "webRequest", "tabs", "https:\/\/*.amazon.com\/*", "https:\/\/*.amazon.de\/*", "https:\/\/*.amazon.uk\/*", "storage", "cookies" ], "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/*.cloudfunctions.net https:\/\/www.googleapis.com; object-src 'self'" } |