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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pejotr และคุณลักษณะหลักของมันคือ "Checks for you if there is a new book in PacktPub's Free Learning programme."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PacktPub Free Learning Checker

ดาวน์โหลดไฟล์ส่วนขยาย PacktPub Free Learning Checker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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"
}