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.”。
擴展截圖
下載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 |
ID | foggicgimbemdljifmnlandgnknipibf |
官方網址 | 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\/" ] } |