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…

Cos'è Note Extractor for Kindle?

Note Extractor for Kindle è un'estensione di Chrome sviluppata da Note Extractor For Kindle, e la sua funzione principale è "Note Extractor makes it easy to export your Kindle notes, bookmarks, and highlights. Access the best of your reading with the…".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Note Extractor for Kindle

Scarica i file di estensione Note Extractor for Kindle in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Note Extractor for Kindle Note Extractor for Kindle
ID ibeckfniallenijicobjjgnkebkgicgm
URL Ufficiale https://chromewebstore.google.com/detail/note-extractor-for-kindle/ibeckfniallenijicobjjgnkebkgicgm
Descrizione Note Extractor makes it easy to export your Kindle notes, bookmarks, and highlights. Access the best of your reading with the…
Dimensione del File 923 KB
Conteggio Installazioni 281
Versione Corrente 1.1.5
Ultimo Aggiornamento 2020-05-21
Data di Pubblicazione 2020-05-20
Valutazione 4.13/5 Totale 8 Valutazioni
Sviluppatore Note Extractor For Kindle
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://www.noteextractor.com/
Lingue Supportate 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'"
}