Save all tabs to Pocket

Save all opening tabs in current window to Pocket.

¿Qué es Save all tabs to Pocket?

Save all tabs to Pocket es una extensión de Chrome desarrollada por Hanh Pho, y su función principal es "Save all opening tabs in current window to Pocket.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Save all tabs to Pocket

Descarga archivos de extensión Save all tabs to Pocket 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

                        Send all of the opening tabs in current window to Pocket for later reading.

=====Change logs=====

v1.2 - 03/Mar/2017
 * Add an option to include of exclude pinned tabs.                    

Información Básica de la Extensión

Nombre Save all tabs to Pocket Save all tabs to Pocket
ID bhmmhhjpffepjokjohnibgojinhekcad
URL Oficial https://chrome.google.com/webstore/detail/save-all-tabs-to-pocket/bhmmhhjpffepjokjohnibgojinhekcad
Descripción Save all opening tabs in current window to Pocket.
Tamaño del Archivo 61 KB
Cantidad de Instalaciones 1,000
Versión Actual 1.2
Última Actualización 2017-03-03
Fecha de Publicación 2017-03-03
Calificación 4.63/5 Total de 8 Calificaciones
Desarrollador Hanh Pho
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.2",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-80.png",
        "128": "images\/icon-80.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-80.png",
            "38": "images\/icon-80.png"
        },
        "default_title": "Save all tabs to Pocket",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "identity",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "https:\/\/getpocket.com\/v3\/oauth\/*\/*"
    ],
    "web_accessible_resources": [
        "success.html"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}