Save to Pocket - Privacy Edition

Adds a toolbar button to save the current page to Pocket, without tracking every URL you browse.

Wat is Save to Pocket - Privacy Edition?

Save to Pocket - Privacy Edition is een Chrome-extensie ontwikkeld door Kees Kluskens, en de belangrijkste functie is "Adds a toolbar button to save the current page to Pocket, without tracking every URL you browse.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Save to Pocket - Privacy Edition

Download Save to Pocket - Privacy Edition-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Save to Pocket - Privacy Edition Save to Pocket - Privacy Edition
ID foggicgimbemdljifmnlandgnknipibf
Officiële URL https://chromewebstore.google.com/detail/save-to-pocket-privacy-ed/foggicgimbemdljifmnlandgnknipibf
Beschrijving Adds a toolbar button to save the current page to Pocket, without tracking every URL you browse.
Bestandsgrootte 17.47 KB
Aantal Installaties 216
Huidige Versie 1.2
Laatst Bijgewerkt 2017-03-07
Publicatiedatum 2017-03-07
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Kees Kluskens
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/SpaceK33z/pocket-privacy
Help Pagina-URL https://github.com/SpaceK33z/pocket-privacy/issues
Ondersteunde Talen 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\/"
    ]
}