Save all tabs to Pocket

Save all opening tabs in current window to Pocket.

什麼是Save all tabs to Pocket?

Save all tabs to Pocket是由Hanh Pho開發的Chrome擴展程式,該擴展的主要功能是“Save all opening tabs in current window to Pocket.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot
screenshot

下載Save all tabs to Pocket擴展crx文件

下載Save all tabs to Pocket擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Save all tabs to Pocket Save all tabs to Pocket
ID bhmmhhjpffepjokjohnibgojinhekcad
官方網址 https://chrome.google.com/webstore/detail/save-all-tabs-to-pocket/bhmmhhjpffepjokjohnibgojinhekcad
簡介 Save all opening tabs in current window to Pocket.
檔案大小 61 KB
安裝次數 1,000
目前版本 1.2
更新時間 2017-03-03
上架時間 2017-03-03
評分 4.63/5 共 8 次評分
開發者 Hanh Pho
付費類型 free
支援的語言 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
    }
}