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是由rawbytz開發的Chrome擴展程式,該擴展的主要功能是“Open pages in Instapaper Text via the toolbar icon, keyboard shortcut, or right clicking links.”。

擴展截圖

screenshot

下載Open in Instapaper Text擴展crx文件

下載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
官方網址 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
}