PacktPub Free Learning Checker

Checks for you if there is a new book in PacktPub's Free Learning programme.

PacktPub Free Learning Checker क्या है?

PacktPub Free Learning Checker pejotr द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Checks for you if there is a new book in PacktPub's Free Learning programme."।

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

screenshot

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

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

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

                                            

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

नाम PacktPub Free Learning Checker PacktPub Free Learning Checker
ID hkoclfhbfoghkjhmcckefibpkfkdajlg
आधिकारिक URL https://chrome.google.com/webstore/detail/packtpub-free-learning-ch/hkoclfhbfoghkjhmcckefibpkfkdajlg
विवरण Checks for you if there is a new book in PacktPub's Free Learning programme.
फ़ाइल का आकार 19.73 KB
स्थापना संख्या 305
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2019-02-06
प्रकाशन तिथि 2019-02-06
रेटिंग 4.38/5 कुल 8 रेटिंग्स
डेवलपर pejotr
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "author": "privideph",
    "background": {
        "persistent": false,
        "scripts": [
            "main.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        },
        "default_popup": "popup\/popup.html",
        "default_title": "Check for today's free book"
    },
    "description": "Checks for you if there is a new book in PacktPub's Free Learning programme.",
    "icons": {
        "128": "\/icons\/128.png",
        "16": "\/icons\/16.png",
        "32": "\/icons\/32.png",
        "48": "\/icons\/48.png"
    },
    "manifest_version": 2,
    "name": "PacktPub Free Learning Checker",
    "permissions": [
        "https:\/\/www.packtpub.com\/*",
        "alarms",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1.0"
}