Noir
A minimlist new tab page for Chrome.
Noirとは何ですか?
NoirはTJ Hillardによって開発されたChromeの拡張機能で、その主な機能は「A minimlist new tab page for Chrome.」です。
拡張機能のスクリーンショット
Noir拡張機能のCRXファイルをダウンロード
Noir拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A minimalist 'new tab' screen replacement for Google Chrome.
--- v0.0.7 ---
* Fix a bug with showing/hiding weather 拡張機能の基本情報
| 名前 | |
| ID | emincapppfdgohnhgilidepandmngfmk |
| 公式URL | https://chromewebstore.google.com/detail/noir/emincapppfdgohnhgilidepandmngfmk |
| 説明 | A minimlist new tab page for Chrome. |
| ファイルサイズ | 4.52 MB |
| インストール数 | 144 |
| 現在のバージョン | 0.0.7 |
| 最終更新日 | 2019-03-08 |
| 公開日 | 2019-03-08 |
| 評価 | 5.00/5 合計 3 レビュー |
| 開発者 | TJ Hillard |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Noir",
"version": "0.0.7",
"description": "A minimlist new tab page for Chrome.",
"icons": [],
"options_page": "options.html",
"permissions": [
"storage",
"bookmarks",
"chrome:\/\/favicon\/"
],
"chrome_url_overrides": {
"newtab": "main.html"
},
"background": {
"scripts": [
"js\/background.js"
],
"persistent": false
}
} | |