Save to Pocket - Privacy Edition

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

Hvad er Save to Pocket - Privacy Edition?

Save to Pocket - Privacy Edition er en Chrome-udvidelse udviklet af Kees Kluskens, og dens hovedfunktion er "Adds a toolbar button to save the current page to Pocket, without tracking every URL you browse.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Save to Pocket - Privacy Edition-udvidelses-CRX-fil

Download Save to Pocket - Privacy Edition-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Save to Pocket - Privacy Edition Save to Pocket - Privacy Edition
ID foggicgimbemdljifmnlandgnknipibf
Officiel URL https://chromewebstore.google.com/detail/save-to-pocket-privacy-ed/foggicgimbemdljifmnlandgnknipibf
Beskrivelse Adds a toolbar button to save the current page to Pocket, without tracking every URL you browse.
Filstørrelse 17.47 KB
Antal Installationer 216
Nuværende Version 1.2
Senest Opdateret 2017-03-07
Udgivelsesdato 2017-03-07
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler Kees Kluskens
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/SpaceK33z/pocket-privacy
Hjælpeside-URL https://github.com/SpaceK33z/pocket-privacy/issues
Understøttede Sprog 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\/"
    ]
}