Astronomy Picture of the Day
This extension displays the Astronomy Picture of the Day in your new tab page.
什麼是Astronomy Picture of the Day?
Astronomy Picture of the Day是由ohohbot開發的Chrome擴展程式,該擴展的主要功能是“This extension displays the Astronomy Picture of the Day in your new tab page.”。
擴展截圖
下載Astronomy Picture of the Day擴展crx文件
下載Astronomy Picture of the Day擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension displays the Astronomy Picture of the Day in your new tab page. This app was made at Hack the Universe - presented by BridgeUp: STEM and hosted by the American Natural History Museum. More info can be found here: http://www.amnh.org/calendar/hack-the-universe Daily picture is from http://apod.nasa.gov/ where image credit and more information can be found. This is an unofficial APOD extension and not affiliated with NASA. Icon credit: Freepik from Flaticon is licensed by Creative Commons BY 3.0
擴展基本資訊
名稱 | |
ID | bdmbcendkknegokaagnpmaimeemgiimc |
官方網址 | https://chrome.google.com/webstore/detail/astronomy-picture-of-the/bdmbcendkknegokaagnpmaimeemgiimc |
簡介 | This extension displays the Astronomy Picture of the Day in your new tab page. |
檔案大小 | 2.89 MB |
安裝次數 | 523 |
目前版本 | 2 |
更新時間 | 2017-03-12 |
上架時間 | 2017-03-12 |
評分 | 4.32/5 共 19 次評分 |
開發者 | ohohbot |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "background": { "persistent": false, "scripts": [ "build\/apod.js" ] }, "name": "Astronomy Picture of the Day", "description": "This extension displays the Astronomy Picture of the Day in your new tab page.", "version": "2", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "128": "images\/icon.png" }, "permissions": [ "tabs", "storage" ] } |