NASA Astronomy Space New Tab
Sets your new tab page to a personal dashboard with a beautiful background.
NASA Astronomy Space New Tabとは何ですか?
NASA Astronomy Space New Tabはhttp://newtabthemes.comによって開発されたChromeの拡張機能で、その主な機能は「Sets your new tab page to a personal dashboard with a beautiful background.」です。
拡張機能のスクリーンショット
NASA Astronomy Space New Tab拡張機能のCRXファイルをダウンロード
NASA Astronomy Space New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Fully responsive new tab chrome extension that displays the NASA astronomy picture of the day. Features: - Sets background to NASA's astronomy picture of the day. - Top left: Search bar with configurable search options to Google, Bing, DuckDuckGo, You, and Amazon. - Top right: Create new sticky notes and delete sticky notes. Sticky notes are draggable, minimizable, and colors can be changed. - Center: Configurable date and time. - Center: Favorites that set to most visited websites. Editable and draggable. - Bottom left: Settings for feature configuration and feature toggle, link to default chrome new tab, share, and about. - Bottom left: Link to NASA astronomy picture of the day.
拡張機能の基本情報
名前 | |
ID | enmokhdndkkdihllmldhdficglebheni |
公式URL | https://chrome.google.com/webstore/detail/nasa-astronomy-space-new/enmokhdndkkdihllmldhdficglebheni |
説明 | Sets your new tab page to a personal dashboard with a beautiful background. |
ファイルサイズ | 952 KB |
インストール数 | 244 |
現在のバージョン | 2.0.4 |
最終更新日 | 2022-12-26 |
公開日 | 2020-06-30 |
評価 | 5.00/5 合計 18 レビュー |
開発者 | http://newtabthemes.com |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "NASA Astronomy Space New Tab", "author": "newtabthemes.com", "version": "2.0.4", "description": "Sets your new tab page to a personal dashboard with a beautiful background.", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "topSites" ], "action": { "default_title": "New Tab" }, "background": { "service_worker": "background.js" } } |