kindleit direct

Post webpage to kindle directly by using kindleit

什麼是kindleit direct?

kindleit direct是由samurai20000開發的Chrome擴展程式,該擴展的主要功能是“Post webpage to kindle directly by using kindleit”。

擴展截圖

screenshot

下載kindleit direct擴展crx文件

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

擴展使用說明

                        Post current tab's web page to kindle.

1. Direct post to Kindle
If you push the button, current tab's web page is sent to kindle automatically.

2. Asynchronous send and notification
My extension send web page asynchronous, so it does not prevent your operation.
And, if happens success or failed sending to kindle, it will show notification.

3. contextMenus
In order to push kindle more easily, I add contextMenu function that send kindleit.
you can post anywhere.

This extension uses kindle it http://fivefilters.org/kindle-it/ . If you use this service first time,  you will need to add [email protected] to your approved list.

More detail:  http://help.fivefilters.org/customer/portal/articles/178337-kindle-e-mail-address                    

擴展基本資訊

名稱 kindleit direct kindleit direct
ID ljjpaogbkhfbmbcamjdchjjfpcopjafm
官方網址 https://chromewebstore.google.com/detail/kindleit-direct/ljjpaogbkhfbmbcamjdchjjfpcopjafm
簡介 Post webpage to kindle directly by using kindleit
檔案大小 54.26 KB
安裝次數 208
目前版本 1.0.1
更新時間 2014-06-30
上架時間 2014-06-30
評分 4.50/5 共 6 次評分
開發者 samurai20000
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "kindleit direct",
    "description": "Post webpage to kindle directly by using kindleit",
    "id": "ljjpaogbkhfbmbcamjdchjjfpcopjafm",
    "manifest_version": 2,
    "minimum_chrome_version": "35",
    "version": "1.0.1",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "http:\/\/fivefilters.org\/kindle-it",
        "notifications",
        "contextMenus"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "jquery-2.0.2.min.js",
            "background.js"
        ]
    }
}