Kindle Lover

The easiest way to send ebook to your Kindle!

Co je Kindle Lover?

Kindle Lover je rozšíření Chrome vyvinuté https://kindlelover.com, a jeho hlavní funkcí je „The easiest way to send ebook to your Kindle!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Kindle Lover

Stáhněte si soubory rozšíření Kindle Lover ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Kindle Lover Kindle Lover
ID omgapghelhjpgegcdmhcpjpajopoefji
Oficiální URL https://chromewebstore.google.com/detail/kindle-lover/omgapghelhjpgegcdmhcpjpajopoefji
Popis The easiest way to send ebook to your Kindle!
Velikost souboru 218 KB
Počet instalací 172
Aktuální Verze 0.0.0.1
Poslední Aktualizace 2019-04-26
Datum Vydání 2019-04-26
Hodnocení 4.50/5 Celkem 2 Hodnocení
Vývojář https://kindlelover.com
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
}