Kindle Scholar

Kindle Scholar - Send to Kindle

Cos'è Kindle Scholar?

Kindle Scholar è un'estensione di Chrome sviluppata da https://kindlescholar.com, e la sua funzione principale è "Kindle Scholar - Send to Kindle".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Kindle Scholar

Scarica i file di estensione Kindle Scholar in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Kindle Scholar Kindle Scholar
ID acdoekaclfhenlfdfkfbpddjlcinghii
URL Ufficiale https://chromewebstore.google.com/detail/kindle-scholar/acdoekaclfhenlfdfkfbpddjlcinghii
Descrizione Kindle Scholar - Send to Kindle
Dimensione del File 168 KB
Conteggio Installazioni 30
Versione Corrente 1.2
Ultimo Aggiornamento 2022-04-14
Data di Pubblicazione 2022-02-24
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore https://kindlescholar.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.kindlescholar.com/
URL della Pagina di Aiuto https://www.kindlescholar.com/support
URL della Pagina della Politica sulla Privacy https://www.kindlescholar.com/privacy-policy
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}