NASA Picture of the Day
Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery.
什麼是NASA Picture of the Day?
NASA Picture of the Day是由http://breakfasthack.com開發的Chrome擴展程式,該擴展的主要功能是“Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery.”。
擴展截圖
下載NASA Picture of the Day擴展crx文件
下載NASA Picture of the Day擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A simple extension to set your new tab page background with a stunning new picture every day from NASA's Picture of the Day gallery. Very minimalistic.
擴展基本資訊
名稱 | |
ID | njgkhaihjhccfmimhnddjgmdmnplhdel |
官方網址 | https://chrome.google.com/webstore/detail/nasa-picture-of-the-day/njgkhaihjhccfmimhnddjgmdmnplhdel |
簡介 | Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery. |
檔案大小 | 34.96 KB |
安裝次數 | 907 |
目前版本 | 0.1 |
更新時間 | 2015-03-30 |
上架時間 | 2015-03-30 |
評分 | 4.00/5 共 8 次評分 |
開發者 | http://breakfasthack.com |
付費類型 | free |
擴展官網 | http://breakfasthack.com |
說明頁面URL | http://breakfasthack.com |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NASA Picture of the Day", "short_name": "NASA_POTD", "description": "Sets your new tab page with a stunning new picture every day from NASA's Picture of the Day gallery.", "version": "0.1", "incognito": "split", "chrome_url_overrides": { "newtab": "page.html" }, "content_scripts": [ { "js": [ "jquery.min.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "permissions": [ "storage" ], "icons": { "128": "icon.png" }, "manifest_version": 2 } |