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.
Cos'è Personal Dashboard for Programmers?
Personal Dashboard for Programmers è un'estensione di Chrome sviluppata da patrick.x.rivera, e la sua funzione principale è "Replace default tab page in Chrome with a dashboard that includes Hacker News articles, Product Hunt posts, and a to-do list.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Personal Dashboard for Programmers
Scarica i file di estensione Personal Dashboard for Programmers in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | |
ID | apjalebbkapoippmfghefkckhlocaigh |
URL Ufficiale | https://chrome.google.com/webstore/detail/personal-dashboard-for-pr/apjalebbkapoippmfghefkckhlocaigh |
Descrizione | Replace default tab page in Chrome with a dashboard that includes Hacker News articles, Product Hunt posts, and a to-do list. |
Dimensione del File | 1.22 MB |
Conteggio Installazioni | 28 |
Versione Corrente | 1.4 |
Ultimo Aggiornamento | 2019-03-08 |
Data di Pubblicazione | 2019-03-08 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | patrick.x.rivera |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |