Kindle Lover

The easiest way to send ebook to your Kindle!

Co to jest Kindle Lover?

Kindle Lover to rozszerzenie Chrome opracowane przez https://kindlelover.com, a jego główną funkcją jest „The easiest way to send ebook to your Kindle!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Kindle Lover

Pobierz pliki rozszerzeń Kindle Lover w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Kindle Lover Kindle Lover
ID omgapghelhjpgegcdmhcpjpajopoefji
Oficjalny URL https://chromewebstore.google.com/detail/kindle-lover/omgapghelhjpgegcdmhcpjpajopoefji
Opis The easiest way to send ebook to your Kindle!
Rozmiar pliku 218 KB
Liczba instalacji 172
Aktualna Wersja 0.0.0.1
Ostatnia Aktualizacja 2019-04-26
Data Publikacji 2019-04-26
Ocena 4.50/5 Łącznie 2 Oceny
Deweloper https://kindlelover.com
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}