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?

Save to Pocket - Privacy Edition是由Kees Kluskens开发的Chrome扩展程序,该扩展的主要功能是“Adds a toolbar button to save the current page to Pocket, without tracking every URL you browse.”。

扩展截图

screenshot
screenshot

下载Save to Pocket - Privacy Edition扩展crx文件

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

扩展使用说明

                        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.                    

扩展基本信息

名称 Save to Pocket - Privacy Edition Save to Pocket - Privacy Edition
ID foggicgimbemdljifmnlandgnknipibf
官方URL https://chromewebstore.google.com/detail/save-to-pocket-privacy-ed/foggicgimbemdljifmnlandgnknipibf
简介 Adds a toolbar button to save the current page to Pocket, without tracking every URL you browse.
文件大小 17.47 KB
安装次数 216
当前版本 1.2
更新时间 2017-03-07
上架时间 2017-03-07
评分 5.00/5 共3次评分
开发者 Kees Kluskens
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/SpaceK33z/pocket-privacy
帮助页面URL https://github.com/SpaceK33z/pocket-privacy/issues
支持的语言 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\/"
    ]
}