Instapaper Restyled

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

Instapaper Restyledคืออะไร?

Instapaper Restyled เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nick Schaden และคุณลักษณะหลักของมันคือ "Palatino, softer colors, and more white space for a more relaxed Instapaper experience."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Instapaper Restyled

ดาวน์โหลดไฟล์ส่วนขยาย Instapaper Restyled ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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