Batch Save Pocket

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

Batch Save Pocket là gì?

Batch Save Pocket là một tiện ích mở rộng Chrome được phát triển bởi karan173, và tính năng chính của nó là "Add multiple links to Pocket at once through the selected text or by pasting links into the extension.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Batch Save Pocket

Tải xuống các tệp mở rộng Batch Save Pocket dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Batch Save Pocket Batch Save Pocket
ID ihhiomekhplpdojbcaniaglcfopckaef
URL Chính Thức https://chromewebstore.google.com/detail/batch-save-pocket/ihhiomekhplpdojbcaniaglcfopckaef
Mô tả Add multiple links to Pocket at once through the selected text or by pasting links into the extension.
Kích Thước Tệp 73.58 KB
Số Lần Cài Đặt 4,124
Phiên Bản Hiện Tại 3.0
Cập Nhật Lần Cuối 2020-05-27
Ngày Phát Hành 2020-05-27
Đánh Giá 4.60/5 Tổng số 109 Đánh Giá
Nhà Phát Triển karan173
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/karan173/Batch-Save-Pocket
URL Trang Trợ Giúp https://github.com/karan173/Batch-Save-Pocket
URL Trang Chính Sách Bảo Mật https://github.com/karan173/Multi-Forward-for-Gmail/wiki/Technical-Overview-and-Privacy-Policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}