Read with Instapaper

Instantly view any compatible web page in Instapaper's text view.

Read with Instapaperคืออะไร?

Read with Instapaper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Philipp Comans และคุณลักษณะหลักของมันคือ "Instantly view any compatible web page in Instapaper's text view."

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

screenshot

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

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

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

                        Version 0.4:
Updated manifest to version 3.
Version 0.3:
New retina icon. I hope you like it.
Version 0.2:
Clicking the icon will do nothing if already displaying a site in Instapaper's text view. 
Changed manifest to version 2.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Read with Instapaper Read with Instapaper
ID loakjddodapechhbbfllclddgeccbmkl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/read-with-instapaper/loakjddodapechhbbfllclddgeccbmkl
คำอธิบาย Instantly view any compatible web page in Instapaper's text view.
ขนาดไฟล์ 16.12 KB
จำนวนการติดตั้ง 492
เวอร์ชันปัจจุบัน 0.4
อัปเดตครั้งล่าสุด 2022-09-06
วันที่เผยแพร่ 2015-08-26
คะแนน 4.67/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Philipp Comans
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/pcomans/ReadWithInstapaper
URL หน้าช่วยเหลือ https://github.com/pcomans/ReadWithInstapaper/issues
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Read with Instapaper",
    "description": "Instantly view any compatible web page in Instapaper's text view.",
    "version": "0.4",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "24": "icon24.png",
            "32": "icon32.png"
        },
        "default_title": "Instapaper Text"
    },
    "homepage_url": "https:\/\/github.com\/pcomans\/ReadWithInstapaper",
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs"
    ],
    "manifest_version": 3
}