Save to Pocket - Privacy Edition
Adds a toolbar button to save the current page to Pocket, without tracking every URL you browse.
Qu'est-ce que Save to Pocket - Privacy Edition ?
Save to Pocket - Privacy Edition est une extension Chrome développée par Kees Kluskens, et sa fonction principale est "Adds a toolbar button to save the current page to Pocket, without tracking every URL you browse.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Save to Pocket - Privacy Edition
Téléchargez les fichiers d'extension Save to Pocket - Privacy Edition au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Save to Pocket - Privacy Edition |
ID | foggicgimbemdljifmnlandgnknipibf |
URL Officiel | https://chromewebstore.google.com/detail/save-to-pocket-privacy-ed/foggicgimbemdljifmnlandgnknipibf |
Description | Adds a toolbar button to save the current page to Pocket, without tracking every URL you browse. |
Taille du Fichier | 17.47 KB |
Nombre d'Installations | 216 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2017-03-07 |
Date de Publication | 2017-03-07 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Kees Kluskens |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/SpaceK33z/pocket-privacy |
URL de la Page d'Aide | https://github.com/SpaceK33z/pocket-privacy/issues |
Langues Prises en Charge | 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\/" ] } |