Save to Pocket (mini)

Adds a toolbar button to save the current page to Pocket, without requiring the "all data" or "all websites" permissions.

Save to Pocket (mini) là gì?

Save to Pocket (mini) là một tiện ích mở rộng Chrome được phát triển bởi evmar, và tính năng chính của nó là "Adds a toolbar button to save the current page to Pocket, without requiring the "all data" or "all websites" permissions.".

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

screenshot

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

Tải xuống các tệp mở rộng Save to Pocket (mini) 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

                        I think Pocket is great, but I don't like how their Chrome extension requires so many permissions.  (It even makes use of those permissions to e.g. modify the Hacker News page.  I appreciate this can be turned off via their settings but I'd prefer it didn't even have the capability.)

This extension is the minimal code to auth into Pocket and save URLs into it.

Read the source here:
https://github.com/martine/pocket-mini

For more features, use the official Pocket extension:
https://chrome.google.com/webstore/detail/save-to-pocket/niloccemoadcdkdjlinkgdfekeahmflj                    

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

Tên Save to Pocket (mini) Save to Pocket (mini)
ID calnfcidhlhdmmmnicdpddbmmjmfohem
URL Chính Thức https://chromewebstore.google.com/detail/save-to-pocket-mini/calnfcidhlhdmmmnicdpddbmmjmfohem
Mô tả Adds a toolbar button to save the current page to Pocket, without requiring the "all data" or "all websites" permissions.
Kích Thước Tệp 8.66 KB
Số Lần Cài Đặt 1,016
Phiên Bản Hiện Tại 1
Cập Nhật Lần Cuối 2014-08-08
Ngày Phát Hành 2014-08-08
Đánh Giá 4.69/5 Tổng số 16 Đánh Giá
Nhà Phát Triển evmar
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/martine/pocket-mini
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save to Pocket (mini)",
    "description": "Adds a toolbar button to save the current page to Pocket, without requiring the \"all data\" or \"all websites\" permissions.",
    "version": "1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Add to Pocket",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/getpocket.com\/"
    ],
    "web_accessible_resources": [
        "auth.html"
    ],
    "manifest_version": 2
}