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 là gì?
Personal Dashboard for Programmers là một tiện ích mở rộng Chrome được phát triển bởi patrick.x.rivera, và tính năng chính của nó là "Replace default tab page in Chrome with a dashboard that includes Hacker News articles, Product Hunt posts, and a to-do list.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Personal Dashboard for Programmers
Tải xuống các tệp mở rộng Personal Dashboard for Programmers dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | apjalebbkapoippmfghefkckhlocaigh |
URL Chính Thức | https://chrome.google.com/webstore/detail/personal-dashboard-for-pr/apjalebbkapoippmfghefkckhlocaigh |
Mô tả | Replace default tab page in Chrome with a dashboard that includes Hacker News articles, Product Hunt posts, and a to-do list. |
Kích Thước Tệp | 1.22 MB |
Số Lần Cài Đặt | 28 |
Phiên Bản Hiện Tại | 1.4 |
Cập Nhật Lần Cuối | 2019-03-08 |
Ngày Phát Hành | 2019-03-08 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | patrick.x.rivera |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } |