clipDO

clipDO clips the web - Send to Kindle, fast and free web clipping from Chrome to Kindle

Was ist clipDO?

clipDO ist eine Chrome-Erweiterung, die von https://clipdo.com entwickelt wurde, und ihr Hauptmerkmal ist "clipDO clips the web - Send to Kindle, fast and free web clipping from Chrome to Kindle".

Erweiterungsscreenshots

screenshot

clipDO-Erweiterungs-CRX-Datei herunterladen

Laden Sie clipDO-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Clip the web for free and send to Kindle right from your Chrome browser.

clipDO for Chrome allows you to clip any webpage article and send that
article to clipDO.com where we format the clip for your Kindle and sent it
straight through to the device.

A great way to clip, store and read articles later that you don't have time
for right now.

Other features available at clipDO.com:

-	Set up you Kindle
-	View your clipstream
-	Send clips to friends via email
-	Check out which clips are trending
-	Discover articles for your Kindle

clipDO is free, you can sign up for an account at http://clipDO.com there
are help pages and video on the site to support you through the setup.

We would love to hear from you on how we can improve. Please get in touch
via @clipdo on twitter or [email protected]                    

Grundlegende Informationen zur Erweiterung

Name clipDO clipDO
ID codgnnomchfihklngfbdnlgmgmloeamp
Offizielle URL https://chromewebstore.google.com/detail/clipdo/codgnnomchfihklngfbdnlgmgmloeamp
Beschreibung clipDO clips the web - Send to Kindle, fast and free web clipping from Chrome to Kindle
Dateigröße 6.7 KB
Installationsanzahl 30
Aktuelle Version 1.2.5
Letztes Update 2012-07-04
Veröffentlichungsdatum 2012-07-04
Bewertung 2.00/5 Insgesamt 1 Bewertungen
Entwickler https://clipdo.com
Zahlungsart free
Unterstützte Sprachen en-GB
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "clipDO",
    "version": "1.2.5",
    "description": "clipDO clips the web - Send to Kindle, fast and free web clipping from Chrome to Kindle",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "Send to clipDO",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon128.png",
        "48": "icon128.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "cookies",
        "https:\/\/clipdo.com\/",
        "http:\/\/clipdo.com\/"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}