InstapaperBookmarklet

Send web page to Instapaper using its bookmarklet

什麼是InstapaperBookmarklet?

InstapaperBookmarklet是由Chen Yufei開發的Chrome擴展程式,該擴展的主要功能是“Send web page to Instapaper using its bookmarklet”。

擴展截圖

screenshot

下載InstapaperBookmarklet擴展crx文件

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

擴展使用說明

                        If you like to hide bookmarks bar while want quick access to Instapaper bookmarklet, this extension is designed for you.

Feature:

Add a button to the toolbar,

Single click: run Instapaper bookmarklet on current page (if current page has no URL, open Instapaper unread page)
Double click: open Instapaper unread page in new tab

In my experience, the bookmarklet works better than other send to Instapaper extensions. (e.g. handles article title better, works on Google Reader.) That's why I created this extension instead of using existing ones.

Credit:

The idea of double click to open unread page and the implementation trick comes from Jamie, who provides a similar extension for Chrome. But it's not updated since Sept. 2010 and does not work for me. So I created this new one, using Chrome's new event page which should save resource usage.                    

擴展基本資訊

名稱 InstapaperBookmarklet InstapaperBookmarklet
ID pdonlgemdelmcociimallnipoijcfkac
官方網址 https://chromewebstore.google.com/detail/instapaperbookmarklet/pdonlgemdelmcociimallnipoijcfkac
簡介 Send web page to Instapaper using its bookmarklet
檔案大小 39.6 KB
安裝次數 68
目前版本 1.2
更新時間 2013-04-20
上架時間 2013-04-20
評分 3.50/5 共 2 次評分
開發者 Chen Yufei
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/cyfdecyf/InstapaperBookmarklet
說明頁面URL https://github.com/cyfdecyf/InstapaperBookmarklet/issues
支援的語言 en
manifest.json
{
    "browser_action": {
        "default_icon": {
            "19": "icon-19.png",
            "38": "icon-38.png"
        }
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Send web page to Instapaper using its bookmarklet",
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "name": "InstapaperBookmarklet",
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "options_page": "options.html",
    "icons": {
        "128": "icon-128.png"
    },
    "manifest_version": 2,
    "version": "1.2"
}