Batch Save Pocket

Add multiple links to Pocket at once through the selected text or by pasting links into the extension.

什么是Batch Save Pocket?

Batch Save Pocket是由karan173开发的Chrome扩展程序,该扩展的主要功能是“Add multiple links to Pocket at once through the selected text or by pasting links into the extension.”。

扩展截图

screenshot
screenshot
screenshot

下载Batch Save Pocket扩展crx文件

下载Batch Save Pocket扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        This extension is an add-on for Pocket, formerly Read It Later. It allows the user to add multiple links to their Pocket account at once, through the text they select on Chrome or by pasting links into the extension. All the hyperlinks/urls in the selected text are parsed by this extension. It is also possible to add common and custom tags to the selected links before sending them to Pocket.

Developed by - karan173

To report any issues with the extension, email me at [email protected]

Note- To logout and login as a different Pocket user, click Logout in the extension. Then go to getpocket.com, login as a different user there, and then click on the extension icon.


Changelog v3.0
--Fixed bugs with common tag not being added.
- The extension requires less permissions now.
- Added a link to the user's Pocket account on the popup.

Changelog v2.0
--Added option to logout.
--Fixed bug which caused an error to be logged into console.
--Added feature to add links to Pocket by pasting them into extension.
--Now multiple links will be added to Pocket in the order in which they appear in the extension.
--Basic UI changes.                    

扩展基本信息

名称 Batch Save Pocket Batch Save Pocket
ID ihhiomekhplpdojbcaniaglcfopckaef
官方URL https://chromewebstore.google.com/detail/batch-save-pocket/ihhiomekhplpdojbcaniaglcfopckaef
简介 Add multiple links to Pocket at once through the selected text or by pasting links into the extension.
文件大小 73.58 KB
安装次数 4,124
当前版本 3.0
更新时间 2020-05-27
上架时间 2020-05-27
评分 4.60/5 共109次评分
开发者 karan173
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/karan173/Batch-Save-Pocket
帮助页面URL https://github.com/karan173/Batch-Save-Pocket
隐私政策页面URL https://github.com/karan173/Multi-Forward-for-Gmail/wiki/Technical-Overview-and-Privacy-Policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Batch Save Pocket",
    "short_name": "Pocket Batch",
    "description": "Add multiple links to Pocket at once through the selected text or by pasting links into the extension.",
    "version": "3.0",
    "permissions": [
        "activeTab",
        "*:\/\/getpocket.com\/*"
    ],
    "author": "Karandeep Singh Bhatia(karan173)",
    "browser_action": {
        "default_icon": "img\/icon128.png",
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "web_accessible_resources": [
        "html\/login.html"
    ]
}