New Tab - What have you made today?
Chrome small motivating extension for your new tabs.
New Tab - What have you made today?とは何ですか?
New Tab - What have you made today?はTim Holmanによって開発されたChromeの拡張機能で、その主な機能は「Chrome small motivating extension for your new tabs.」です。
拡張機能のスクリーンショット
New Tab - What have you made today?拡張機能のCRXファイルをダウンロード
New Tab - What have you made today?拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A fresh clean new tab screen, with a simple speed dial. 拡張機能の基本情報
| 名前 | |
| ID | pjifadilbibcjmmomhihbpggjamnpfim |
| 公式URL | https://chromewebstore.google.com/detail/new-tab-what-have-you-mad/pjifadilbibcjmmomhihbpggjamnpfim |
| 説明 | Chrome small motivating extension for your new tabs. |
| ファイルサイズ | 178 KB |
| インストール数 | 175 |
| 現在のバージョン | 1.0.5 |
| 最終更新日 | 2017-12-11 |
| 公開日 | 2017-12-11 |
| 評価 | 4.67/5 合計 3 レビュー |
| 開発者 | Tim Holman |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/tholman/what-have-you-made-today |
| ヘルプページのURL | https://github.com/tholman/what-have-you-made-today |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "New Tab - What have you made today?",
"description": "Chrome small motivating extension for your new tabs.",
"short_name": "WHYMT - New Tab",
"version": "1.0.5",
"author": "Tim Holman",
"homepage_url": "https:\/\/github.com\/tholman\/what-have-you-made-today",
"chrome_url_overrides": {
"newtab": "index.html"
},
"permissions": [
"topSites",
"storage"
],
"applications": {
"gecko": {
"id": "@what-have-you-made-today",
"strict_min_version": "54.0"
}
},
"manifest_version": 2
} | |