Save all tabs to Pocket

Save all opening tabs in current window to Pocket.

Cos'è Save all tabs to Pocket?

Save all tabs to Pocket è un'estensione di Chrome sviluppata da Hanh Pho, e la sua funzione principale è "Save all opening tabs in current window to Pocket.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Save all tabs to Pocket

Scarica i file di estensione Save all tabs to Pocket in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Save all tabs to Pocket Save all tabs to Pocket
ID bhmmhhjpffepjokjohnibgojinhekcad
URL Ufficiale https://chrome.google.com/webstore/detail/save-all-tabs-to-pocket/bhmmhhjpffepjokjohnibgojinhekcad
Descrizione Save all opening tabs in current window to Pocket.
Dimensione del File 61 KB
Conteggio Installazioni 1,000
Versione Corrente 1.2
Ultimo Aggiornamento 2017-03-03
Data di Pubblicazione 2017-03-03
Valutazione 4.63/5 Totale 8 Valutazioni
Sviluppatore Hanh Pho
Tipo di Pagamento free
Lingue Supportate 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
    }
}