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…

Qu'est-ce que Note Extractor for Kindle ?

Note Extractor for Kindle est une extension Chrome développée par Note Extractor For Kindle, et sa fonction principale est "Note Extractor makes it easy to export your Kindle notes, bookmarks, and highlights. Access the best of your reading with the…".

Captures d'Écran de l'Extension

Télécharger le fichier CRX de l'extension Note Extractor for Kindle

Téléchargez les fichiers d'extension Note Extractor for Kindle au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Note Extractor for Kindle Note Extractor for Kindle
ID ibeckfniallenijicobjjgnkebkgicgm
URL Officiel https://chromewebstore.google.com/detail/note-extractor-for-kindle/ibeckfniallenijicobjjgnkebkgicgm
Description Note Extractor makes it easy to export your Kindle notes, bookmarks, and highlights. Access the best of your reading with the…
Taille du Fichier 923 KB
Nombre d'Installations 281
Version Actuelle 1.1.5
Dernière Mise à Jour 2020-05-21
Date de Publication 2020-05-20
Évaluation 4.13/5 Total 8 Évaluations
Développeur Note Extractor For Kindle
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://www.noteextractor.com/
Langues Prises en Charge 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'"
}