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" } |