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.
什麼是Personal Dashboard for Programmers?
Personal Dashboard for Programmers是由patrick.x.rivera開發的Chrome擴展程式,該擴展的主要功能是“Replace default tab page in Chrome with a dashboard that includes Hacker News articles, Product Hunt posts, and a to-do list.”。
擴展截圖
下載Personal Dashboard for Programmers擴展crx文件
下載Personal Dashboard for Programmers擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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! 擴展基本資訊
| 名稱 | |
| ID | apjalebbkapoippmfghefkckhlocaigh |
| 官方網址 | https://chrome.google.com/webstore/detail/personal-dashboard-for-pr/apjalebbkapoippmfghefkckhlocaigh |
| 簡介 | Replace default tab page in Chrome with a dashboard that includes Hacker News articles, Product Hunt posts, and a to-do list. |
| 檔案大小 | 1.22 MB |
| 安裝次數 | 28 |
| 目前版本 | 1.4 |
| 更新時間 | 2019-03-08 |
| 上架時間 | 2019-03-08 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | patrick.x.rivera |
| 付費類型 | free |
| 支援的語言 | 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"
} | |