Open in Instapaper Text

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

Open in Instapaper Text là gì?

Open in Instapaper Text là một tiện ích mở rộng Chrome được phát triển bởi rawbytz, và tính năng chính của nó là "Open pages in Instapaper Text via the toolbar icon, keyboard shortcut, or right clicking links.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Open in Instapaper Text

Tải xuống các tệp mở rộng Open in Instapaper Text dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Open in Instapaper Text Open in Instapaper Text
ID lkdmfkbmdklogdfgcbcgdfhkmanmbhih
URL Chính Thức https://chromewebstore.google.com/detail/open-in-instapaper-text/lkdmfkbmdklogdfgcbcgdfhkmanmbhih
Mô tả Open pages in Instapaper Text via the toolbar icon, keyboard shortcut, or right clicking links.
Kích Thước Tệp 22.96 KB
Số Lần Cài Đặt 3,372
Phiên Bản Hiện Tại 2.2
Cập Nhật Lần Cuối 2017-08-31
Ngày Phát Hành 2017-08-31
Đánh Giá 4.70/5 Tổng số 10 Đánh Giá
Nhà Phát Triển rawbytz
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}