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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย patrick.x.rivera และคุณลักษณะหลักของมันคือ "Replace default tab page in Chrome with a dashboard that includes Hacker News articles, Product Hunt posts, and a to-do list."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Personal Dashboard for Programmers

ดาวน์โหลดไฟล์ส่วนขยาย 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!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Personal Dashboard for Programmers Personal Dashboard for Programmers
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"
}