APOD
The famous APOD : Astronomy Picture Of the Day
APODとは何ですか?
APODはhttps://www.astrofiles.netによって開発されたChromeの拡張機能で、その主な機能は「The famous APOD : Astronomy Picture Of the Day」です。
拡張機能のスクリーンショット
APOD拡張機能のCRXファイルをダウンロード
APOD拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is the famous Astronomy Picture Of the Day retrieved from http://apod.nasa.gov. This extension shows every day the new Apod. Just click the icon to see the picture and the explanation from a professional astronomer. You can click on the image to see the highest resolution available. New in version 2.0 : Click the arrows to slide apods back & forth. Enjoy!
拡張機能の基本情報
名前 | APOD |
ID | gggblmmgahdkappoldbhdbofnjlklphc |
公式URL | https://chromewebstore.google.com/detail/apod/gggblmmgahdkappoldbhdbofnjlklphc |
説明 | The famous APOD : Astronomy Picture Of the Day |
ファイルサイズ | 139 KB |
インストール数 | 485 |
現在のバージョン | 2.1 |
最終更新日 | 2013-06-17 |
公開日 | 2013-06-17 |
評価 | 4.40/5 合計 10 レビュー |
開発者 | https://www.astrofiles.net |
支払い方法 | free |
拡張機能のウェブサイト | http://www.astrofiles.net/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "APOD", "version": "2.1", "description": "The famous APOD : Astronomy Picture Of the Day", "permissions": [ "notifications" ], "options_page": "options.html", "browser_action": { "default_icon": "apod16.png", "default_popup": "popup.html" }, "icons": { "16": "apod16.png", "48": "apod48.png", "128": "apod128.png" } } |