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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}