Save to Pocket - Privacy Edition

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

Save to Pocket - Privacy Edition क्या है?

Save to Pocket - Privacy Edition Kees Kluskens द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a toolbar button to save the current page to Pocket, without tracking every URL you browse."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Save to Pocket - Privacy Edition एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Save to Pocket - Privacy Edition Save to Pocket - Privacy Edition
ID foggicgimbemdljifmnlandgnknipibf
आधिकारिक URL https://chromewebstore.google.com/detail/save-to-pocket-privacy-ed/foggicgimbemdljifmnlandgnknipibf
विवरण Adds a toolbar button to save the current page to Pocket, without tracking every URL you browse.
फ़ाइल का आकार 17.47 KB
स्थापना संख्या 216
वर्तमान संस्करण 1.2
अंतिम अपडेट 2017-03-07
प्रकाशन तिथि 2017-03-07
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर Kees Kluskens
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/SpaceK33z/pocket-privacy
सहायता पृष्ठ URL https://github.com/SpaceK33z/pocket-privacy/issues
समर्थित भाषाएँ 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\/"
    ]
}