clipDO

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

O que é clipDO?

clipDO é uma extensão do Chrome desenvolvida por https://clipdo.com, e sua principal característica é "clipDO clips the web - Send to Kindle, fast and free web clipping from Chrome to Kindle".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão clipDO

Baixe arquivos de extensão clipDO no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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]                    

Informações Básicas da Extensão

Nome clipDO clipDO
ID codgnnomchfihklngfbdnlgmgmloeamp
URL Oficial https://chromewebstore.google.com/detail/clipdo/codgnnomchfihklngfbdnlgmgmloeamp
Descrição clipDO clips the web - Send to Kindle, fast and free web clipping from Chrome to Kindle
Tamanho do Arquivo 6.7 KB
Contagem de Instalações 30
Versão Atual 1.2.5
Última Atualização 2012-07-04
Data de Publicação 2012-07-04
Classificação 2.00/5 Total de 1 Avaliações
Desenvolvedor https://clipdo.com
Tipo de Pagamento free
Idiomas Suportados 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'"
}