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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Note Extractor for Kindle एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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'"
}