Open in Instapaper Text

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

¿Qué es Open in Instapaper Text?

Open in Instapaper Text es una extensión de Chrome desarrollada por rawbytz, y su función principal es "Open pages in Instapaper Text via the toolbar icon, keyboard shortcut, or right clicking links.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Open in Instapaper Text

Descarga archivos de extensión Open in Instapaper Text en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Open in Instapaper Text Open in Instapaper Text
ID lkdmfkbmdklogdfgcbcgdfhkmanmbhih
URL Oficial https://chromewebstore.google.com/detail/open-in-instapaper-text/lkdmfkbmdklogdfgcbcgdfhkmanmbhih
Descripción Open pages in Instapaper Text via the toolbar icon, keyboard shortcut, or right clicking links.
Tamaño del Archivo 22.96 KB
Cantidad de Instalaciones 3,372
Versión Actual 2.2
Última Actualización 2017-08-31
Fecha de Publicación 2017-08-31
Calificación 4.70/5 Total de 10 Calificaciones
Desarrollador rawbytz
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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
}