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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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" } |