Save to Pocket - Privacy Edition
Adds a toolbar button to save the current page to Pocket, without tracking every URL you browse.
Was ist Save to Pocket - Privacy Edition?
Save to Pocket - Privacy Edition ist eine Chrome-Erweiterung, die von Kees Kluskens entwickelt wurde, und ihr Hauptmerkmal ist "Adds a toolbar button to save the current page to Pocket, without tracking every URL you browse.".
Erweiterungsscreenshots
Save to Pocket - Privacy Edition-Erweiterungs-CRX-Datei herunterladen
Laden Sie Save to Pocket - Privacy Edition-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Save to Pocket - Privacy Edition |
ID | foggicgimbemdljifmnlandgnknipibf |
Offizielle URL | https://chromewebstore.google.com/detail/save-to-pocket-privacy-ed/foggicgimbemdljifmnlandgnknipibf |
Beschreibung | Adds a toolbar button to save the current page to Pocket, without tracking every URL you browse. |
Dateigröße | 17.47 KB |
Installationsanzahl | 216 |
Aktuelle Version | 1.2 |
Letztes Update | 2017-03-07 |
Veröffentlichungsdatum | 2017-03-07 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | Kees Kluskens |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/SpaceK33z/pocket-privacy |
Hilfeseite URL | https://github.com/SpaceK33z/pocket-privacy/issues |
Unterstützte Sprachen | 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\/" ] } |