PacktPub Free Learning Checker
Checks for you if there is a new book in PacktPub's Free Learning programme.
Co to jest PacktPub Free Learning Checker?
PacktPub Free Learning Checker to rozszerzenie Chrome opracowane przez pejotr, a jego główną funkcją jest „Checks for you if there is a new book in PacktPub's Free Learning programme.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia PacktPub Free Learning Checker
Pobierz pliki rozszerzeń PacktPub Free Learning Checker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | hkoclfhbfoghkjhmcckefibpkfkdajlg |
Oficjalny URL | https://chrome.google.com/webstore/detail/packtpub-free-learning-ch/hkoclfhbfoghkjhmcckefibpkfkdajlg |
Opis | Checks for you if there is a new book in PacktPub's Free Learning programme. |
Rozmiar pliku | 19.73 KB |
Liczba instalacji | 305 |
Aktualna Wersja | 1.1.0 |
Ostatnia Aktualizacja | 2019-02-06 |
Data Publikacji | 2019-02-06 |
Ocena | 4.38/5 Łącznie 8 Oceny |
Deweloper | pejotr |
Typ Płatności | free |
Obsługiwane Języki | 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" } |