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開發的Chrome擴展程式,該擴展的主要功能是“Checks for you if there is a new book in PacktPub's Free Learning programme.”。

擴展截圖

screenshot

下載PacktPub Free Learning Checker擴展crx文件

下載PacktPub Free Learning Checker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                                            

擴展基本資訊

名稱 PacktPub Free Learning Checker PacktPub Free Learning Checker
ID hkoclfhbfoghkjhmcckefibpkfkdajlg
官方網址 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"
}