APODtab

Displays the latest NASA APOD image when you open a new tab

Vad är APODtab?

APODtab är en Chrome-tillägg utvecklad av jooldesign.co.uk, och dess huvudfunktion är "Displays the latest NASA APOD image when you open a new tab".

Tilläggsskärmbilder

screenshot

Ladda ner APODtab-förlängningens CRX-fil

Ladda ner APODtab-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

                        If you love space, astrophotography or just inspiring photographs, this extension replaces the boring plain new tab screen with images from NASA's Astronomy Picture of the Day archive. The extension also includes details of the epic images you'll enjoy looking at so you can learn more about space too before browsing the web!                    

Grundläggande Information om Tillägg

Namn APODtab APODtab
ID ejnhecfpbdkkacaafogkemfmkdpnaloc
Officiell webbadress https://chromewebstore.google.com/detail/apodtab/ejnhecfpbdkkacaafogkemfmkdpnaloc
Beskrivning Displays the latest NASA APOD image when you open a new tab
Filstorlek 70.76 KB
Antal Installationer 61
Aktuell Version 1.3.0
Senast Uppdaterad 2017-02-16
Publiceringsdatum 2017-02-16
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare jooldesign.co.uk
Betalningssätt free
Tilläggswebbplats http://jooldesign.co.uk
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "APODtab",
    "version": "1.3.0",
    "description": "Displays the latest NASA APOD image when you open a new tab",
    "author": "Chris Briggs ",
    "icons": {
        "128": "icon128.png"
    },
    "permissions": [
        "http:\/\/apod.nasa.gov\/"
    ],
    "chrome_url_overrides": {
        "newtab": "apod.html"
    }
}