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
官方URL 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"
}