Save all tabs to Pocket

Save all opening tabs in current window to Pocket.

Co to jest Save all tabs to Pocket?

Save all tabs to Pocket to rozszerzenie Chrome opracowane przez Hanh Pho, a jego główną funkcją jest „Save all opening tabs in current window to Pocket.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Save all tabs to Pocket

Pobierz pliki rozszerzeń Save all tabs to Pocket w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Save all tabs to Pocket Save all tabs to Pocket
ID bhmmhhjpffepjokjohnibgojinhekcad
Oficjalny URL https://chrome.google.com/webstore/detail/save-all-tabs-to-pocket/bhmmhhjpffepjokjohnibgojinhekcad
Opis Save all opening tabs in current window to Pocket.
Rozmiar pliku 61 KB
Liczba instalacji 1,000
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2017-03-03
Data Publikacji 2017-03-03
Ocena 4.63/5 Łącznie 8 Oceny
Deweloper Hanh Pho
Typ Płatności free
Obsługiwane Języki 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
    }
}