Simple Pocket

Simple Pocket Extension for Chrome - The simplest way to save web pages for read it later

Simple Pocket क्या है?

Simple Pocket better read it later द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simple Pocket Extension for Chrome - The simplest way to save web pages for read it later"।

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

screenshot
screenshot
screenshot

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

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

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

                        Add page to "read it later" service by simple way. 
This addon DO NOT break your HOME PAGE. DO NOT inject in to each page and DO NOT spy your usual browsing.
It just add URL to GetPocket only when you click on the button. That's is! 

Feel free to touch me in comments and making 5 starts ;)
Thanks.                    

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

नाम Simple Pocket Simple Pocket
ID kkmmcilocakhceaeelbgmmigimjlhcmb
आधिकारिक URL https://chromewebstore.google.com/detail/simple-pocket/kkmmcilocakhceaeelbgmmigimjlhcmb
विवरण Simple Pocket Extension for Chrome - The simplest way to save web pages for read it later
फ़ाइल का आकार 74.48 KB
स्थापना संख्या 195
वर्तमान संस्करण 1.1
अंतिम अपडेट 2017-03-19
प्रकाशन तिथि 2017-03-19
रेटिंग 4.56/5 कुल 9 रेटिंग्स
डेवलपर better read it later
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple Pocket",
    "version": "1.1",
    "manifest_version": 2,
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "background": {
        "persistent": true,
        "scripts": [
            "js\/jquery-2.1.1.min.js",
            "js\/utils.js",
            "js\/all.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/browser-action-icon.png"
        },
        "default_title": "__MSG_browserActionTitle__"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "cookies",
        "notifications",
        "https:\/\/readitlaterlist.com\/",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "128": "images\/icon128.png",
        "256": "images\/icon256.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/getpocket.com\/extension_login_success"
            ],
            "js": [
                "js\/jquery-2.1.1.min.js",
                "js\/utils.js",
                "js\/auth-login.js"
            ]
        },
        {
            "matches": [
                "*:\/\/getpocket.com\/login?e=4"
            ],
            "js": [
                "js\/jquery-2.1.1.min.js",
                "js\/utils.js",
                "js\/auth-logout.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/error.png",
        "images\/success.png"
    ]
}