Personal Dashboard for Programmers
Replace default tab page in Chrome with a dashboard that includes Hacker News articles, Product Hunt posts, and a to-do list.
Co to jest Personal Dashboard for Programmers?
Personal Dashboard for Programmers to rozszerzenie Chrome opracowane przez patrick.x.rivera, a jego główną funkcją jest „Replace default tab page in Chrome with a dashboard that includes Hacker News articles, Product Hunt posts, and a to-do list.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Personal Dashboard for Programmers
Pobierz pliki rozszerzeń Personal Dashboard for Programmers 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
Other features include a daily witty programming quote and scenic background wallpaper. This app was inspired as a mashup between two of my favorite Chrome extensions - Momentum and Panda. Enjoy and please reach out with any feedback! Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | apjalebbkapoippmfghefkckhlocaigh |
| Oficjalny URL | https://chrome.google.com/webstore/detail/personal-dashboard-for-pr/apjalebbkapoippmfghefkckhlocaigh |
| Opis | Replace default tab page in Chrome with a dashboard that includes Hacker News articles, Product Hunt posts, and a to-do list. |
| Rozmiar pliku | 1.22 MB |
| Liczba instalacji | 28 |
| Aktualna Wersja | 1.4 |
| Ostatnia Aktualizacja | 2019-03-08 |
| Data Publikacji | 2019-03-08 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | patrick.x.rivera |
| Typ Płatności | free |
| Obsługiwane Języki | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"short_name": "Personal Dashboard for Programmers",
"name": "Personal Dashboard for Programmers",
"description": "Replace default tab page in Chrome with a dashboard that includes Hacker News articles, Product Hunt posts, and a to-do list.",
"permissions": [
"tabs",
"storage",
"identity"
],
"manifest_version": 2,
"chrome_url_overrides": {
"newtab": "index.html"
},
"icons": {
"16": "assets\/img\/coding-16.png",
"48": "assets\/img\/coding-48.png",
"128": "assets\/img\/coding-128.png"
},
"version": "1.4"
} | |