Instapaper Restyled

Palatino, softer colors, and more white space for a more relaxed Instapaper experience.

Instapaper Restyled란 무엇입니까?

Instapaper Restyled은(는) Nick Schaden에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Palatino, softer colors, and more white space for a more relaxed Instapaper experience."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        A revised, prettified version of Instapaper. Palatino, softer colors, more white space and keyboard shortcuts.

Keyboard Shortcuts
a: Jump to archive section
shift + a: Archive selected item
b: Jump to browse section
shift + d: Delete selected item
e: Edit selected item
j: Move list selection one item forward 
k: Move list selection one item back
 o/return: Open text version of selected item
s: Jump to starred/liked section
shift + s: Star (like)/unstar selected item
t: Share selected item
u: Jump to unread section
v: Open selected item in new window/tab
?: Open/close keyboard shortcuts overlay                    

확장 프로그램 기본 정보

이름 Instapaper Restyled Instapaper Restyled
ID ocelloogpfbcigahgonmlhbmlohblijd
공식 URL https://chromewebstore.google.com/detail/instapaper-restyled/ocelloogpfbcigahgonmlhbmlohblijd
설명 Palatino, softer colors, and more white space for a more relaxed Instapaper experience.
파일 크기 77.3 KB
설치 횟수 10
현재 버전 0.65
최근 업데이트 2012-08-13
출시 날짜 2012-08-13
평점 1.00/5 총 1 개의 평점
개발자 Nick Schaden
결제 유형 free
확장 프로그램 웹 사이트 http://www.nickschaden.com
도움말 페이지 URL https://github.com/nschaden/Instapaper-Restyled
지원되는 언어 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Instapaper Restyled",
    "version": "0.65",
    "manifest_version": 2,
    "description": "Palatino, softer colors, and more white space for a more relaxed Instapaper experience.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "css\/main.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/main.js"
            ],
            "matches": [
                "http:\/\/*.instapaper.com\/extras*",
                "http:\/\/*.instapaper.com\/liked*",
                "http:\/\/*.instapaper.com\/starred*",
                "http:\/\/*.instapaper.com\/u",
                "http:\/\/*.instapaper.com\/archive*"
            ]
        },
        {
            "all_frames": true,
            "css": [
                "css\/reading.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/main.js"
            ],
            "matches": [
                "http:\/\/*.instapaper.com\/go*",
                "http:\/\/*.instapaper.com\/text*",
                "http:\/\/*.instapaper.com\/read*"
            ]
        },
        {
            "all_frames": true,
            "css": [
                "css\/browse.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/main.js"
            ],
            "matches": [
                "http:\/\/*.instapaper.com\/browse*"
            ]
        },
        {
            "all_frames": true,
            "css": [
                "css\/account.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/main.js"
            ],
            "matches": [
                "http:\/\/*.instapaper.com\/user*"
            ]
        }
    ]
}