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.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Personal Dashboard for Programmers拡張機能のCRXファイルをダウンロード

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"
}