Open in Instapaper Text

Open pages in Instapaper Text via the toolbar icon, keyboard shortcut, or right clicking links.

Open in Instapaper Textคืออะไร?

Open in Instapaper Text เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rawbytz และคุณลักษณะหลักของมันคือ "Open pages in Instapaper Text via the toolbar icon, keyboard shortcut, or right clicking links."

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

screenshot

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

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

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

                        Replaces the "Instapaper Text" bookmarklet with an icon in the Chrome toolbar, PLUS:

• Right click links to open them faster in Instapaper Text without loading the original page first.
• Assign a keyboard shortcut, and hide the toolbar icon if desired.

*Important Notes*
• "Instapaper Text" does not add pages to your Instapaper account automatically, it only opens them in a clean, easy to read format. 
• Once loaded, you can "Save to Instapaper", go to your account, and adjust text formatting options.  
• Not all websites are Instapaper Text compatible.

Ver 2.2: Updated to handle new facebook link format on right click.                    

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

ชื่อ Open in Instapaper Text Open in Instapaper Text
ID lkdmfkbmdklogdfgcbcgdfhkmanmbhih
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/open-in-instapaper-text/lkdmfkbmdklogdfgcbcgdfhkmanmbhih
คำอธิบาย Open pages in Instapaper Text via the toolbar icon, keyboard shortcut, or right clicking links.
ขนาดไฟล์ 22.96 KB
จำนวนการติดตั้ง 3,372
เวอร์ชันปัจจุบัน 2.2
อัปเดตครั้งล่าสุด 2017-08-31
วันที่เผยแพร่ 2017-08-31
คะแนน 4.70/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา rawbytz
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open in Instapaper Text",
    "version": "2.2",
    "description": "Open pages in Instapaper Text via the toolbar icon, keyboard shortcut, or right clicking links.",
    "browser_action": {
        "default_icon": "ip_128.png",
        "default_title": "Open in Instapaper Text"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "ip_128.png"
    },
    "permissions": [
        "contextMenus",
        "activeTab"
    ],
    "manifest_version": 2
}