PacktPub Free Learning Checker

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

O que é PacktPub Free Learning Checker?

PacktPub Free Learning Checker é uma extensão do Chrome desenvolvida por pejotr, e sua principal característica é "Checks for you if there is a new book in PacktPub's Free Learning programme.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão PacktPub Free Learning Checker

Baixe arquivos de extensão PacktPub Free Learning Checker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                                            

Informações Básicas da Extensão

Nome PacktPub Free Learning Checker PacktPub Free Learning Checker
ID hkoclfhbfoghkjhmcckefibpkfkdajlg
URL Oficial https://chrome.google.com/webstore/detail/packtpub-free-learning-ch/hkoclfhbfoghkjhmcckefibpkfkdajlg
Descrição Checks for you if there is a new book in PacktPub's Free Learning programme.
Tamanho do Arquivo 19.73 KB
Contagem de Instalações 305
Versão Atual 1.1.0
Última Atualização 2019-02-06
Data de Publicação 2019-02-06
Classificação 4.38/5 Total de 8 Avaliações
Desenvolvedor pejotr
Tipo de Pagamento free
Idiomas Suportados 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"
}