Send to Kindle (by Klip.me)

Push web articles to your Kindle

Τι είναι το Send to Kindle (by Klip.me);

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

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Send to Kindle (by Klip.me)

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

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

                        Send to Kindle is a Browser extension for Kindle owners who prefer reading web content on their devices. It’s designed to offer a quick way for pushing web content to Kindle, so you can read articles or news later on your device.

=====
Our new App - Ziin ( http://www.ziin.me/ ), a Google Reader Client on iPad, specially optimized for reading. It also can send articles to your Kindle.
=====

*NEW* Available for Safari, Firefox, Opera, IE9: http://www.klip.me/

*NEW* Google Reader to Kindle (http://www.klip.me/googlereader/)

*IMPORTANT* Once the extension is installed, it will only work on newly opened pages (or you can refresh the page)


Changelog
================================
2.6.x Optimized for Metafilter (Thanks Luke)
2.4.x Read your favorite articles on Android (http://www.klip.me/readit/android/)

Features
================================
* Push web articles to your Kindle instantly

* Automatically detect the main content and send to Kindle, just 1-click

* It's fast and easy to delete ads, blank and other junk you don't want.

* Optimized for Google Reader, Wikipedia, Quora, Hacker News, and Stack Exchange network of Q&A websites, Metafilter

* It's Free!


Usage
================================
Automatic: Directly click the "Send to Kindle" button, auto grab the main content and send it to Kindle

Manual: Manually select the page content first, click the "Send to Kindle" button, and send the current selection to Kindle

Generally about 1-5 minutes you can receive article in Kindle

Keyboard shortcuts
================================
Preview: Ctrl-F12
Send: Alt-Ctrl-K
Send Later: Alt-Ctrl-S

Setup
================================
Open "Options" Page, setup your Kindle's email address

Known issues:
  - Doesn't work on Google Chrome extension gallery pages (including this page).

* Send to Kindle DOESN'T ACCESS TO ANY COOKIE OF THE USERS.

* This extension is under continuous development. Any feedback is highly welcome and will help us in adding new features.

* I'd appreciate if you rate it, tell your friends, write/blog/tweet about it!

Email: [email protected]                    

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

Όνομα Send to Kindle (by Klip.me) Send to Kindle (by Klip.me)
ID ipkfnchcgalnafehpglfbommidgmalan
Επίσημο URL https://chromewebstore.google.com/detail/send-to-kindle-by-klipme/ipkfnchcgalnafehpglfbommidgmalan
Περιγραφή Push web articles to your Kindle
Μέγεθος Αρχείου 238 KB
Αριθμός Εγκαταστάσεων 71,446
Τρέχουσα Έκδοση 3.2.5
Τελευταία Ενημέρωση 2013-04-02
Ημερομηνία Δημοσίευσης 2013-04-02
Αξιολόγηση 4.29/5 Συνολικά 1114 Αξιολογήσεις
Προγραμματιστής https://klip.me
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.klip.me/
Διεύθυνση URL της Σελίδας Βοήθειας http://blog.klip.me/
Υποστηριζόμενες Γλώσσες en,zh-CN
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "3.2.5",
    "description": "__MSG_extDesc__",
    "default_locale": "en",
    "manifest_version": 2,
    "background": {
        "page": "main.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "images\/icon24.png",
        "default_title": "__MSG_extDesc__"
    },
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/mootools-core.js",
                "lib\/mootools-more.js",
                "js\/klippy.js"
            ],
            "css": [],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "css\/base.css",
        "css\/klip.css",
        "css\/select.css",
        "css\/ui.css",
        "images\/overlay-button.png",
        "images\/gtk-close.png",
        "lib\/mootools-core.js",
        "lib\/mootools-more.js",
        "js\/klippy.js"
    ]
}