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 |
公式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 |
Eメール | [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\/" ] } |