clipDO

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

什麼是clipDO?

clipDO是由https://clipdo.com開發的Chrome擴展程式,該擴展的主要功能是“clipDO clips the web - Send to Kindle, fast and free web clipping from Chrome to Kindle”。

擴展截圖

screenshot

下載clipDO擴展crx文件

下載clipDO擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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]                    

擴展基本資訊

名稱 clipDO clipDO
ID codgnnomchfihklngfbdnlgmgmloeamp
官方網址 https://chromewebstore.google.com/detail/clipdo/codgnnomchfihklngfbdnlgmgmloeamp
簡介 clipDO clips the web - Send to Kindle, fast and free web clipping from Chrome to Kindle
檔案大小 6.7 KB
安裝次數 30
目前版本 1.2.5
更新時間 2012-07-04
上架時間 2012-07-04
評分 2.00/5 共 1 次評分
開發者 https://clipdo.com
付費類型 free
支援的語言 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'"
}