APOD
The famous APOD : Astronomy Picture Of the Day
Vad är APOD?
APOD är en Chrome-tillägg utvecklad av https://www.astrofiles.net, och dess huvudfunktion är "The famous APOD : Astronomy Picture Of the Day".
Tilläggsskärmbilder
Ladda ner APOD-förlängningens CRX-fil
Ladda ner 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
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! Grundläggande Information om Tillägg
| Namn | |
| ID | gggblmmgahdkappoldbhdbofnjlklphc |
| Officiell webbadress | https://chromewebstore.google.com/detail/apod/gggblmmgahdkappoldbhdbofnjlklphc |
| Beskrivning | The famous APOD : Astronomy Picture Of the Day |
| Filstorlek | 139 KB |
| Antal Installationer | 485 |
| Aktuell Version | 2.1 |
| Senast Uppdaterad | 2013-06-17 |
| Publiceringsdatum | 2013-06-17 |
| Betyg | 4.40/5 Totalt 10 Betyg |
| Utvecklare | https://www.astrofiles.net |
| Betalningssätt | free |
| Tilläggswebbplats | http://www.astrofiles.net/ |
| Stödda Språk | 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"
}
} | |