Save to Pocket - Privacy Edition

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

Apa itu Save to Pocket - Privacy Edition?

Save to Pocket - Privacy Edition adalah ekstensi Chrome yang dikembangkan oleh Kees Kluskens, dan fitur utamanya adalah "Adds a toolbar button to save the current page to Pocket, without tracking every URL you browse.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Save to Pocket - Privacy Edition

Unduh file ekstensi Save to Pocket - Privacy Edition dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Save to Pocket - Privacy Edition Save to Pocket - Privacy Edition
ID foggicgimbemdljifmnlandgnknipibf
URL Resmi https://chromewebstore.google.com/detail/save-to-pocket-privacy-ed/foggicgimbemdljifmnlandgnknipibf
Deskripsi Adds a toolbar button to save the current page to Pocket, without tracking every URL you browse.
Ukuran File 17.47 KB
Jumlah Instalasi 216
Versi Saat Ini 1.2
Terakhir Diperbarui 2017-03-07
Tanggal Publikasi 2017-03-07
Penilaian 5.00/5 Total 3 Penilaian
Pengembang Kees Kluskens
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/SpaceK33z/pocket-privacy
URL Halaman Bantuan https://github.com/SpaceK33z/pocket-privacy/issues
Bahasa yang Didukung 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\/"
    ]
}