PacktPub Free Learning Checker

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

What is PacktPub Free Learning Checker?

PacktPub Free Learning Checker is a Chrome extension developed by pejotr, and its main feature is "Checks for you if there is a new book in PacktPub's Free Learning programme.".

Extension Screenshots

screenshot

Download PacktPub Free Learning Checker Extension CRX File

Download PacktPub Free Learning Checker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name PacktPub Free Learning Checker PacktPub Free Learning Checker
ID hkoclfhbfoghkjhmcckefibpkfkdajlg
Official URL https://chrome.google.com/webstore/detail/packtpub-free-learning-ch/hkoclfhbfoghkjhmcckefibpkfkdajlg
Description Checks for you if there is a new book in PacktPub's Free Learning programme.
File Size 19.73 KB
Installation Count 305
Current Version 1.1.0
Last Updated 2019-02-06
Publish Date 2019-02-06
Rating 4.38/5 Total 8 Ratings
Developer pejotr
Payment Type free
Supported Languages 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"
}