Nice APOD
A nicer looking Astronomy Picture of the Day from NASA
Vad är Nice APOD?
Nice APOD är en Chrome-tillägg utvecklad av TadasTamo, och dess huvudfunktion är "A nicer looking Astronomy Picture of the Day from NASA".
Tilläggsskärmbilder
Ladda ner Nice APOD-förlängningens CRX-fil
Ladda ner Nice APOD-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | |
ID | jlnomhbpddlchjhndafjommmbchfobjc |
Officiell webbadress | https://chrome.google.com/webstore/detail/nice-apod/jlnomhbpddlchjhndafjommmbchfobjc |
Beskrivning | A nicer looking Astronomy Picture of the Day from NASA |
Filstorlek | 27.05 KB |
Antal Installationer | 119 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2014-01-26 |
Publiceringsdatum | 2014-01-26 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | TadasTamo |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/tadast |
Stödda Språk | 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\/*" ] } |