Nice APOD
A nicer looking Astronomy Picture of the Day from NASA
什麼是Nice APOD?
Nice APOD是由TadasTamo開發的Chrome擴展程式,該擴展的主要功能是“A nicer looking Astronomy Picture of the Day from NASA”。
擴展截圖
下載Nice APOD擴展crx文件
下載Nice APOD擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Nicer experience on Astronomy Picture of the Day by NASA (http://apod.nasa.gov): better font and line spacing, less obtrusive link color etc. Source code: https://github.com/tadast/nice-apod
擴展基本資訊
名稱 | |
ID | jlnomhbpddlchjhndafjommmbchfobjc |
官方網址 | https://chrome.google.com/webstore/detail/nice-apod/jlnomhbpddlchjhndafjommmbchfobjc |
簡介 | A nicer looking Astronomy Picture of the Day from NASA |
檔案大小 | 27.05 KB |
安裝次數 | 119 |
目前版本 | 0.1 |
更新時間 | 2014-01-26 |
上架時間 | 2014-01-26 |
評分 | 5.00/5 共 3 次評分 |
開發者 | TadasTamo |
付費類型 | free |
擴展官網 | https://github.com/tadast |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Nice APOD", "description": "A nicer looking Astronomy Picture of the Day from NASA", "version": "0.1", "minimum_chrome_version": "23", "icons": { "16": "images\/logo16.png", "128": "images\/logo128.png" }, "content_scripts": [ { "matches": [ "http:\/\/apod.nasa.gov\/apod\/*" ], "css": [ "css\/main.css" ], "js": [ "main.js" ] } ], "permissions": [ "tabs", "http:\/\/apod.nasa.gov\/apod\/*" ] } |