Programming News
Aggregates the top news items from Hacker News and Reddit /r/programming
Co to jest Programming News?
Programming News to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Aggregates the top news items from Hacker News and Reddit /r/programming”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Programming News
Pobierz pliki rozszerzeń Programming News 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
Collects the top news items from Hacker News and Reddit /r/programming with a green, black and grey terminal theme. Allows the user to keep a reading list of 100 items for later viewing. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ggmnmmjaecmnabilobpplklijinifpip |
| Oficjalny URL | https://chromewebstore.google.com/detail/programming-news/ggmnmmjaecmnabilobpplklijinifpip |
| Opis | Aggregates the top news items from Hacker News and Reddit /r/programming |
| Rozmiar pliku | 58.57 KB |
| Liczba instalacji | 293 |
| Aktualna Wersja | 1.1 |
| Ostatnia Aktualizacja | 2013-03-13 |
| Data Publikacji | 2013-03-13 |
| Ocena | 3.00/5 Łącznie 1 Oceny |
| Deweloper | Unknown |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/mchaver/Programming-News |
| Obsługiwane Języki | en-US |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Programming News",
"description": "Aggregates the top news items from Hacker News and Reddit \/r\/programming",
"version": "1.1",
"background": {
"page": "background.html"
},
"browser_action": {
"default_icon": {
"19": "images\/icon19.png",
"38": "images\/icon38.png"
},
"default_popup": "popup.html",
"default_title": "Programming News"
},
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"permissions": [
"storage",
"https:\/\/news.ycombinator.com\/*",
"http:\/\/www.reddit.com\/r\/programming"
]
} | |