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.”。
扩展截图
下载PacktPub Free Learning Checker扩展crx文件
下载PacktPub Free Learning Checker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
| 名称 | |
| 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"
} | |