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 с друзьями, чтобы легко установить расширения 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 |
Официальный 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" } |