NASA Astronomy Picture of the Day New Tab

NASA Astronomy Picture of the Day New Tab

Qu'est-ce que NASA Astronomy Picture of the Day New Tab ?

NASA Astronomy Picture of the Day New Tab est une extension Chrome développée par gracia9828, et sa fonction principale est "NASA Astronomy Picture of the Day New Tab".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension NASA Astronomy Picture of the Day New Tab

Téléchargez les fichiers d'extension NASA Astronomy Picture of the Day New Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Sets your new tab page to a personal dashboard that displays the NASA astronomy picture of the day (APOD). This new tab page is beautiful, educational, and feature rich. 

The new tab page comes with a search bar supporting configurable search options to Google, Bing, DuckDuckGo, You, Amazon, Walmart and eBay. You can create draggable and minimizable sticky notes. Timer and Desmos calculator widgets are available. Date and time can be configured. Shortcuts are set to most visited websites but can be edited. The position of them can be set to the center or the bottom. In the settings features can be toggled. In the bottom left there is a link to NASA astronomy picture of the day. Available in light and dark themes.                    

Informations de Base sur l'Extension

Nom NASA Astronomy Picture of the Day New Tab NASA Astronomy Picture of the Day New Tab
ID cpioknajigibofdjkagdpeemjfajffjf
URL Officiel https://chromewebstore.google.com/detail/nasa-astronomy-picture-of/cpioknajigibofdjkagdpeemjfajffjf
Description NASA Astronomy Picture of the Day New Tab
Taille du Fichier 2.08 MB
Nombre d'Installations 1,575
Version Actuelle 1.0.5
Dernière Mise à Jour 2023-06-24
Date de Publication 2023-01-29
Évaluation 4.73/5 Total 11 Évaluations
Développeur gracia9828
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NASA Astronomy Picture of the Day New Tab",
    "description": "NASA Astronomy Picture of the Day New Tab",
    "version": "1.0.5",
    "manifest_version": 3,
    "icons": {
        "128": "icons\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "action": {
        "default_title": "New Tab"
    },
    "background": {
        "service_worker": "background.js"
    }
}