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…

Was ist Note Extractor for Kindle?

Note Extractor for Kindle ist eine Chrome-Erweiterung, die von Note Extractor For Kindle entwickelt wurde, und ihr Hauptmerkmal ist "Note Extractor makes it easy to export your Kindle notes, bookmarks, and highlights. Access the best of your reading with the…".

Erweiterungsscreenshots

Note Extractor for Kindle-Erweiterungs-CRX-Datei herunterladen

Laden Sie Note Extractor for Kindle-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Note Extractor for Kindle Note Extractor for Kindle
ID ibeckfniallenijicobjjgnkebkgicgm
Offizielle URL https://chromewebstore.google.com/detail/note-extractor-for-kindle/ibeckfniallenijicobjjgnkebkgicgm
Beschreibung Note Extractor makes it easy to export your Kindle notes, bookmarks, and highlights. Access the best of your reading with the…
Dateigröße 923 KB
Installationsanzahl 281
Aktuelle Version 1.1.5
Letztes Update 2020-05-21
Veröffentlichungsdatum 2020-05-20
Bewertung 4.13/5 Insgesamt 8 Bewertungen
Entwickler Note Extractor For Kindle
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://www.noteextractor.com/
Unterstützte Sprachen 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'"
}