The Scholars' Avenue Notifier
Keep up with the latest from The Scholars' Avenue.
Co to jest The Scholars' Avenue Notifier?
The Scholars' Avenue Notifier to rozszerzenie Chrome opracowane przez http://www.scholarsavenue.org, a jego główną funkcją jest „Keep up with the latest from The Scholars' Avenue.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia The Scholars' Avenue Notifier
Pobierz pliki rozszerzeń The Scholars' Avenue Notifier 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 | opfbgioidicadabmemolddbpniijlhok |
Oficjalny URL | https://chrome.google.com/webstore/detail/the-scholars-avenue-notif/opfbgioidicadabmemolddbpniijlhok |
Opis | Keep up with the latest from The Scholars' Avenue. |
Rozmiar pliku | 181 KB |
Liczba instalacji | 36 |
Aktualna Wersja | 12 |
Ostatnia Aktualizacja | 2014-06-20 |
Data Publikacji | 2014-06-20 |
Ocena | 4.88/5 Łącznie 16 Oceny |
Deweloper | http://www.scholarsavenue.org |
Typ Płatności | free |
Strona Rozszerzenia | http://www.scholarsavenue.org/ |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "The Scholars' Avenue Notifier", "version": "12", "manifest_version": 2, "description": "Keep up with the latest from The Scholars' Avenue.", "icons": { "48": "images\/tsa47px.png", "128": "images\/tsa128px.png" }, "browser_action": { "default_icon": { "19": "images\/tsa19px.png" }, "default_title": "The Scholars' Avenue Notifier", "default_popup": "popup.html" }, "permissions": [ "http:\/\/www.scholarsavenue.org\/feed\/", "storage" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "background": { "page": "background.html" } } |