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
官方URL 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
    }
}