Simplepaper

Send the current page or link to your Instapaper list via button or contextual menu, with easy access to unread list

Simplepaper란 무엇입니까?

Simplepaper은(는) kaimoku에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Send the current page or link to your Instapaper list via button or contextual menu, with easy access to unread list"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Simplepaper 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Simplepaper is a very simple extension for Instapaper.

Click the extension button once to send the current page to Instapaper (also works in Google Reader).
Double-click the button to open Instapaper Unread list.
Send to Instapaper contextual menu option will send current page or link to Instapaper.

The icon will say send when sending to Instapaper.
It will say done when sending is done.
It will say err when there's an error -- usually invalid credentials.

Enter your credentials in the Options page. It will let you know when they're valid, and if they are they will be saved.

------

Update History
v.1.0.5 - Add cloud.feedly.com support
v.1.0.4 - Add Feedly support | Move code to GitHub
v.1.0.3 - Update to manifest v2 | Colored err/send/done tags                    

확장 프로그램 기본 정보

이름 Simplepaper Simplepaper
ID pgioajldekeiphkdjccopedgdjbcdaim
공식 URL https://chromewebstore.google.com/detail/simplepaper/pgioajldekeiphkdjccopedgdjbcdaim
설명 Send the current page or link to your Instapaper list via button or contextual menu, with easy access to unread list
파일 크기 52.42 KB
설치 횟수 143
현재 버전 1.0.5
최근 업데이트 2013-06-20
출시 날짜 2013-06-20
평점 4.14/5 총 14 개의 평점
개발자 kaimoku
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/kaimoku/Simplepaper
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simplepaper",
    "version": "1.0.5",
    "description": "Send the current page or link to your Instapaper list via button or contextual menu, with easy access to unread list",
    "background": {
        "scripts": [
            "jquery.min.js",
            "background.js"
        ]
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icon19.png",
        "default_title": "Simplepaper"
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "https:\/\/www.instapaper.com\/*",
        "http:\/\/www.google.com\/reader\/*",
        "https:\/\/www.google.com\/reader\/*",
        "http:\/\/*.feedly.com\/*"
    ],
    "manifest_version": 2,
    "web_accessible_resources": [
        "reader.js",
        "feedly.js"
    ]
}