Kindle Scholar

Kindle Scholar - Send to Kindle

What is Kindle Scholar?

Kindle Scholar is a Chrome extension developed by https://kindlescholar.com, and its main feature is "Kindle Scholar - Send to Kindle".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Kindle Scholar Extension CRX File

Download Kindle Scholar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Send to Kindle and more!

- Send web articles to your Kindle and enjoy comfortable and distraction free reading 
- Save, tag and sort articles
- Build a personal knowledge base

Great for students, writers, researchers, and those that want to organize web articles and leverage the Kindle reader.

Simply add Kindle Scholar to your Chrome Browser to start your scholarly pursuits!                    

Extension Basic Information

Name Kindle Scholar Kindle Scholar
ID acdoekaclfhenlfdfkfbpddjlcinghii
Official URL https://chromewebstore.google.com/detail/kindle-scholar/acdoekaclfhenlfdfkfbpddjlcinghii
Description Kindle Scholar - Send to Kindle
File Size 168 KB
Installation Count 30
Current Version 1.2
Last Updated 2022-04-14
Publish Date 2022-02-24
Rating 1.00/5 Total 1 Ratings
Developer https://kindlescholar.com
Email [email protected]
Payment Type free
Extension Website https://www.kindlescholar.com/
Help Page URL https://www.kindlescholar.com/support
Privacy Policy Page URL https://www.kindlescholar.com/privacy-policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kindle Scholar",
    "description": "Kindle Scholar - Send to Kindle",
    "manifest_version": 3,
    "version": "1.2",
    "icons": {
        "16": "assets\/images\/icon16.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    },
    "action": [],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "identity",
        "scripting",
        "management"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/images\/icon48.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}