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…

Τι είναι το Note Extractor for Kindle;

Το Note Extractor for Kindle είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 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…".

Στιγμιότυπα Επέκτασης

Λήψη αρχείου CRX της επέκτασης Note Extractor for Kindle

Λήψη αρχείων επέκτασης Note Extractor for Kindle σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Note Extractor for Kindle Note Extractor for Kindle
ID ibeckfniallenijicobjjgnkebkgicgm
Επίσημο URL https://chromewebstore.google.com/detail/note-extractor-for-kindle/ibeckfniallenijicobjjgnkebkgicgm
Περιγραφή Note Extractor makes it easy to export your Kindle notes, bookmarks, and highlights. Access the best of your reading with the…
Μέγεθος Αρχείου 923 KB
Αριθμός Εγκαταστάσεων 281
Τρέχουσα Έκδοση 1.1.5
Τελευταία Ενημέρωση 2020-05-21
Ημερομηνία Δημοσίευσης 2020-05-20
Αξιολόγηση 4.13/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής Note Extractor For Kindle
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://www.noteextractor.com/
Υποστηριζόμενες Γλώσσες 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'"
}