Kindle Scholar

Kindle Scholar - Send to Kindle

Kindle Scholar क्या है?

Kindle Scholar https://kindlescholar.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Kindle Scholar - Send to Kindle"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

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

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

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम Kindle Scholar Kindle Scholar
ID acdoekaclfhenlfdfkfbpddjlcinghii
आधिकारिक URL https://chromewebstore.google.com/detail/kindle-scholar/acdoekaclfhenlfdfkfbpddjlcinghii
विवरण Kindle Scholar - Send to Kindle
फ़ाइल का आकार 168 KB
स्थापना संख्या 30
वर्तमान संस्करण 1.2
अंतिम अपडेट 2022-04-14
प्रकाशन तिथि 2022-02-24
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर https://kindlescholar.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.kindlescholar.com/
सहायता पृष्ठ URL https://www.kindlescholar.com/support
गोपनीयता नीति पृष्ठ URL https://www.kindlescholar.com/privacy-policy
समर्थित भाषाएँ 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": [
                ""
            ]
        }
    ]
}