APOD New Tab

See pictures from Astronomy Picture of the Day when you open a new tab!

Vad är APOD New Tab?

APOD New Tab är en Chrome-tillägg utvecklad av desolationaurora, och dess huvudfunktion är "See pictures from Astronomy Picture of the Day when you open a new tab!".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner APOD New Tab-förlängningens CRX-fil

Ladda ner APOD New Tab-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

                        Set your new tab window to display stunning images from NASA's Astronomy Image of the Day. Learn about the details behind these surreal cosmic occurrences, and easily browse the entire index of images.

Source: http://apod.nasa.gov/apod/astropix.html.

Type '?' for keyboard shortcuts.                    

Grundläggande Information om Tillägg

Namn APOD New Tab APOD New Tab
ID pgnijakmicikmolkbgnnjpfhhkockobl
Officiell webbadress https://chromewebstore.google.com/detail/apod-new-tab/pgnijakmicikmolkbgnnjpfhhkockobl
Beskrivning See pictures from Astronomy Picture of the Day when you open a new tab!
Filstorlek 1.25 MB
Antal Installationer 50
Aktuell Version 1.6.2
Senast Uppdaterad 2016-01-20
Publiceringsdatum 2016-01-20
Betyg 4.00/5 Totalt 4 Betyg
Utvecklare desolationaurora
Betalningssätt free
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "APOD New Tab",
    "short_name": "APOD New Tab",
    "version": "1.6.2",
    "description": "See pictures from Astronomy Picture of the Day when you open a new tab!",
    "chrome_url_overrides": {
        "newtab": "apod.html"
    },
    "icons": {
        "48": "img\/48.png"
    },
    "permissions": [
        "http:\/\/apod.nasa.gov\/",
        "http:\/\/api.data.gov\/",
        "https:\/\/api.data.gov\/"
    ]
}