Dailly Happy Universe

Everything is just a 'little thing' in the entitled universe.

Qu'est-ce que Dailly Happy Universe ?

Dailly Happy Universe est une extension Chrome développée par Craig Kuo, et sa fonction principale est "Everything is just a 'little thing' in the entitled universe.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Dailly Happy Universe

Téléchargez les fichiers d'extension Dailly Happy Universe 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

                        This is a simple new-tab background app. It connects daily NASA photo/video to your Chrome. If you love to read universe information everyday, you will easily enjoy it by adding a new tab.                    

Informations de Base sur l'Extension

Nom Dailly Happy Universe Dailly Happy Universe
ID dlhgkcpnmaeppiblmkhacblhpfbolefk
URL Officiel https://chromewebstore.google.com/detail/dailly-happy-universe/dlhgkcpnmaeppiblmkhacblhpfbolefk
Description Everything is just a 'little thing' in the entitled universe.
Taille du Fichier 1.26 MB
Nombre d'Installations 22
Version Actuelle 0.6.1
Dernière Mise à Jour 2018-09-11
Date de Publication 2018-09-11
Évaluation 4.60/5 Total 10 Évaluations
Développeur Craig Kuo
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://happylab.cc/happeversity/
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dailly Happy Universe",
    "description": "Everything is just a 'little thing' in the entitled universe.",
    "version": "0.6.1",
    "incognito": "split",
    "offline_enabled": true,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "manifest_version": 2,
    "background": {
        "scripts": [
            "nasa.js"
        ]
    }
}