Kindle Lover

The easiest way to send ebook to your Kindle!

Kindle Lover क्या है?

Kindle Lover https://kindlelover.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The easiest way to send ebook to your Kindle!"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Support sending eBooks from book sharing websites to your kindle.
supported: 
- http://gen.lib.rus.ec
- http://tve-4u.org
- https://sachvui.com                    

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

नाम Kindle Lover Kindle Lover
ID omgapghelhjpgegcdmhcpjpajopoefji
आधिकारिक URL https://chromewebstore.google.com/detail/kindle-lover/omgapghelhjpgegcdmhcpjpajopoefji
विवरण The easiest way to send ebook to your Kindle!
फ़ाइल का आकार 218 KB
स्थापना संख्या 172
वर्तमान संस्करण 0.0.0.1
अंतिम अपडेट 2019-04-26
प्रकाशन तिथि 2019-04-26
रेटिंग 4.50/5 कुल 2 रेटिंग्स
डेवलपर https://kindlelover.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kindle Lover",
    "short_name": "Kindle lover",
    "version": "0.0.0.1",
    "description": "The easiest way to send ebook to your Kindle!",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage",
        "cookies",
        "http:\/\/tve-4u.org\/*",
        "https:\/\/sachvui.com\/*",
        "http:\/\/library1.org\/*"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/tve-4u.org\/*",
                "https:\/\/sachvui.com\/*",
                "http:\/\/library1.org\/*"
            ],
            "js": [
                "scripts\/jquery.js",
                "scripts\/contentScript.js",
                "scripts\/toastr.js",
                "scripts\/toastrOptions.js",
                "scripts\/modal-dialog.js",
                "scripts\/crypto-js.min.js"
            ],
            "css": [
                "styles\/toastr.min.css",
                "styles\/contentStyles.css",
                "styles\/modal-dialog.css",
                "styles\/modal-dialog-animate.css"
            ]
        }
    ],
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon-16.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png",
            "128": "images\/icon-128.png"
        }
    },
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "manifest_version": 2
}