Nat Geo New Tab

Displays NatGeo photograph of the day on opening a new tab

Qu'est-ce que Nat Geo New Tab ?

Nat Geo New Tab est une extension Chrome développée par madhavanmalolan, et sa fonction principale est "Displays NatGeo photograph of the day on opening a new tab".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Nat Geo New Tab

Téléchargez les fichiers d'extension Nat Geo 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

                        Get a refreshing new tab every day with the most vibrant photos on the planet. Just plain beauty.
This extension will display the photograph of the day from National Geographic when you open a new tab.                    

Informations de Base sur l'Extension

Nom Nat Geo New Tab Nat Geo New Tab
ID mcjjdmhpbpeejgkbdjpbccdphdefieca
URL Officiel https://chrome.google.com/webstore/detail/nat-geo-new-tab/mcjjdmhpbpeejgkbdjpbccdphdefieca
Description Displays NatGeo photograph of the day on opening a new tab
Taille du Fichier 24.92 KB
Nombre d'Installations 167
Version Actuelle 2.0
Dernière Mise à Jour 2018-04-17
Date de Publication 2018-04-17
Évaluation 5.00/5 Total 2 Évaluations
Développeur madhavanmalolan
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://natgeopicoftheday.com
URL de la Page d'Aide http://natgeopicoftheday.com
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nat Geo New Tab",
    "version": "2.0",
    "description": "Displays NatGeo photograph of the day on opening a new tab",
    "icons": {
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png"
    },
    "permissions": [
        "tabs"
    ],
    "chrome_url_overrides": {
        "newtab": "background.html"
    }
}