Save to Pocket - Privacy Edition

Adds a toolbar button to save the current page to Pocket, without tracking every URL you browse.

Save to Pocket - Privacy Edition là gì?

Save to Pocket - Privacy Edition là một tiện ích mở rộng Chrome được phát triển bởi Kees Kluskens, và tính năng chính của nó là "Adds a toolbar button to save the current page to Pocket, without tracking every URL you browse.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Save to Pocket - Privacy Edition 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 adds a toolbar button to save the current page to Pocket.

The difference with the real Pocket Chrome extension is that this doesn't track you at all. It doesn't even ask for permissions to see all sites you browse.                    

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

Tên Save to Pocket - Privacy Edition Save to Pocket - Privacy Edition
ID foggicgimbemdljifmnlandgnknipibf
URL Chính Thức https://chromewebstore.google.com/detail/save-to-pocket-privacy-ed/foggicgimbemdljifmnlandgnknipibf
Mô tả Adds a toolbar button to save the current page to Pocket, without tracking every URL you browse.
Kích Thước Tệp 17.47 KB
Số Lần Cài Đặt 216
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2017-03-07
Ngày Phát Hành 2017-03-07
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Kees Kluskens
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/SpaceK33z/pocket-privacy
URL Trang Trợ Giúp https://github.com/SpaceK33z/pocket-privacy/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save to Pocket - Privacy Edition",
    "description": "Adds a toolbar button to save the current page to Pocket, without tracking every URL you browse.",
    "manifest_version": 2,
    "version": "1.2",
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_title": "Add to Pocket"
    },
    "background": {
        "scripts": [
            "main.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "img\/16.png",
        "48": "img\/48.png",
        "128": "img\/128.png"
    },
    "permissions": [
        "activeTab",
        "notifications",
        "https:\/\/getpocket.com\/"
    ]
}