Simplepaper

Send the current page or link to your Instapaper list via button or contextual menu, with easy access to unread list

¿Qué es Simplepaper?

Simplepaper es una extensión de Chrome desarrollada por kaimoku, y su función principal es "Send the current page or link to your Instapaper list via button or contextual menu, with easy access to unread list".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Simplepaper

Descarga archivos de extensión Simplepaper 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

                        Simplepaper is a very simple extension for Instapaper.

Click the extension button once to send the current page to Instapaper (also works in Google Reader).
Double-click the button to open Instapaper Unread list.
Send to Instapaper contextual menu option will send current page or link to Instapaper.

The icon will say send when sending to Instapaper.
It will say done when sending is done.
It will say err when there's an error -- usually invalid credentials.

Enter your credentials in the Options page. It will let you know when they're valid, and if they are they will be saved.

------

Update History
v.1.0.5 - Add cloud.feedly.com support
v.1.0.4 - Add Feedly support | Move code to GitHub
v.1.0.3 - Update to manifest v2 | Colored err/send/done tags                    

Información Básica de la Extensión

Nombre Simplepaper Simplepaper
ID pgioajldekeiphkdjccopedgdjbcdaim
URL Oficial https://chromewebstore.google.com/detail/simplepaper/pgioajldekeiphkdjccopedgdjbcdaim
Descripción Send the current page or link to your Instapaper list via button or contextual menu, with easy access to unread list
Tamaño del Archivo 52.42 KB
Cantidad de Instalaciones 143
Versión Actual 1.0.5
Última Actualización 2013-06-20
Fecha de Publicación 2013-06-20
Calificación 4.14/5 Total de 14 Calificaciones
Desarrollador kaimoku
Tipo de Pago free
Sitio Web de la Extensión https://github.com/kaimoku/Simplepaper
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simplepaper",
    "version": "1.0.5",
    "description": "Send the current page or link to your Instapaper list via button or contextual menu, with easy access to unread list",
    "background": {
        "scripts": [
            "jquery.min.js",
            "background.js"
        ]
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icon19.png",
        "default_title": "Simplepaper"
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "https:\/\/www.instapaper.com\/*",
        "http:\/\/www.google.com\/reader\/*",
        "https:\/\/www.google.com\/reader\/*",
        "http:\/\/*.feedly.com\/*"
    ],
    "manifest_version": 2,
    "web_accessible_resources": [
        "reader.js",
        "feedly.js"
    ]
}