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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Personal Dashboard for Programmers
قم بتنزيل ملفات الامتداد Personal Dashboard for Programmers بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" } |