Push to Kindle

Send web articles to your Kindle

Τι είναι το Push to Kindle;

Το Push to Kindle είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://pushtokindle.com, και η κύρια λειτουργία του είναι "Send web articles to your Kindle".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Push to Kindle

Λήψη αρχείων επέκτασης Push to Kindle σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Improve your reading experience.

★ "Send any webpage you are on (phone or laptop) to your Kindle" - Kevin Kelly, Wired co-founder
★ "Possibly the greatest tab-clearer ever invented" - Louisa Loveluck, Washington Post journalist
★ "It does a superb job of converting webpages so that they’re perfectly formatted" - Alan Jacobs, literary critic

Push to Kindle lets you send web articles (news stories, blog posts) to your Kindle or Pocketbook for easy reading. It also offers EPUB, printable PDF, and plain text downloads.

Installing this extension will add a button to your Chrome browser. Click the toolbar button to convert the article.

Send long web articles to read later. Read anywhere: on your e-reader or the Kindle app on your iPhone, iPad or Android device. Articles are available for offline reading once delivered.

Features:

★ Speedy delivery
★ Preview showing you what will get sent
★ Alternative download options: EPUB, MOBI, PDF and TXT
★ PDF support
★ Image support
★ Title editing
★ Free (10 credits a month, with possibility to subscribe for more)

To get started, please read our guide here: https://help.pushtokindle.com/article/8-getting-started

Android users: Get the app on the Google Play store at https://play.google.com/store/apps/details?id=org.fivefilters.pushtokindle

iPhone and iPad users: Find our app in the App Store: https://apps.apple.com/app/id1642144176

- - - - - - - - - -

If you want to test the extension, load the article below and use the toolbar button to see a preview:

★ Meditation In An Age Of Cataclysms
https://www.medialens.org/2020/cogitation-meditation-in-an-age-of-cataclysms/

- - - - - - - - - -

Website: https://www.pushtokindle.com/
Questions/support: help (at) pushtokindle.com
Twitter: https://twitter.com/fivefiltersApps

- - - - - - - - - -

PERMISSIONS AND PRIVACY

This extension does not do anything unless you click the toolbar button. We do not monitor or inject any scripts into your pages while you browse.

When you click the toolbar icon, this extension sends the contents of the page and its URL to our service. The service then shows you a preview of what it thinks is the content.

Content which you process with the service will be cached on the server for a short period.

More information on our privacy page: https://www.pushtokindle.com/privacy. Feel free to contact us if you have any questions.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Push to Kindle Push to Kindle
ID pnaiinchjaonopoejhknmgjingcnaloc
Επίσημο URL https://chromewebstore.google.com/detail/push-to-kindle/pnaiinchjaonopoejhknmgjingcnaloc
Περιγραφή Send web articles to your Kindle
Μέγεθος Αρχείου 15.36 KB
Αριθμός Εγκαταστάσεων 54,815
Τρέχουσα Έκδοση 2.6.6
Τελευταία Ενημέρωση 2023-04-10
Ημερομηνία Δημοσίευσης 2018-11-21
Αξιολόγηση 4.63/5 Συνολικά 428 Αξιολογήσεις
Προγραμματιστής https://pushtokindle.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.pushtokindle.com
Διεύθυνση URL της Σελίδας Βοήθειας https://help.pushtokindle.com
URL της Σελίδας Πολιτικής Απορρήτου https://help.fivefilters.org/push-to-kindle/privacy.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Push to Kindle",
    "version": "2.6.6",
    "manifest_version": 3,
    "description": "Send web articles to your Kindle",
    "action": {
        "default_title": "Push to Kindle",
        "default_icon": "icon128.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Shift+K"
            }
        }
    }
}