PacktPub Free Learning Checker

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

Cos'è PacktPub Free Learning Checker?

PacktPub Free Learning Checker è un'estensione di Chrome sviluppata da pejotr, e la sua funzione principale è "Checks for you if there is a new book in PacktPub's Free Learning programme.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione PacktPub Free Learning Checker

Scarica i file di estensione PacktPub Free Learning Checker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome PacktPub Free Learning Checker PacktPub Free Learning Checker
ID hkoclfhbfoghkjhmcckefibpkfkdajlg
URL Ufficiale https://chrome.google.com/webstore/detail/packtpub-free-learning-ch/hkoclfhbfoghkjhmcckefibpkfkdajlg
Descrizione Checks for you if there is a new book in PacktPub's Free Learning programme.
Dimensione del File 19.73 KB
Conteggio Installazioni 305
Versione Corrente 1.1.0
Ultimo Aggiornamento 2019-02-06
Data di Pubblicazione 2019-02-06
Valutazione 4.38/5 Totale 8 Valutazioni
Sviluppatore pejotr
Tipo di Pagamento free
Lingue Supportate 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"
}