NASA Picture of the Day Tab
Shows the NASA Picture of the Day upon opening a new tab.
NASA Picture of the Day Tabとは何ですか?
NASA Picture of the Day Tabはbrettwseitzによって開発されたChromeの拡張機能で、その主な機能は「Shows the NASA Picture of the Day upon opening a new tab.」です。
拡張機能のスクリーンショット
NASA Picture of the Day Tab拡張機能のCRXファイルをダウンロード
NASA Picture of the Day Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
An extension which presents the NASA Picture of the Day as the background to a new tab.
拡張機能の基本情報
名前 | NASA Picture of the Day Tab |
ID | bhlhaojmlcidaadglhfbmfacoaaebocm |
公式URL | https://chromewebstore.google.com/detail/nasa-picture-of-the-day-t/bhlhaojmlcidaadglhfbmfacoaaebocm |
説明 | Shows the NASA Picture of the Day upon opening a new tab. |
ファイルサイズ | 23.57 KB |
インストール数 | 38 |
現在のバージョン | 1.0.0 |
最終更新日 | 2018-08-25 |
公開日 | 2018-08-25 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | brettwseitz |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NASA Picture of the Day Tab", "description": "Shows the NASA Picture of the Day upon opening a new tab.", "version": "1.0.0", "icons": { "128": "128.png", "48": "48.png", "32": "32.png", "16": "16.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self' img-src 'self';" } |