Wiki Age

Specifies what age the Wikipedia subject was during given year.

Qu'est-ce que Wiki Age ?

Wiki Age est une extension Chrome développée par booksaver, et sa fonction principale est "Specifies what age the Wikipedia subject was during given year.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Wiki Age

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

                        If you have a habit of comparing yourself to others, this is the plug-in for you. Who cares at what year someone started a company/published a book/won the Nobel? You want to know how old they were. This plug-in appends all years with how old a given subject was at that time and saves you from having to do mental math.                    

Informations de Base sur l'Extension

Nom Wiki Age Wiki Age
ID gbdnhkbifahdipaaepiolmmihjdbmegc
URL Officiel https://chromewebstore.google.com/detail/wiki-age/gbdnhkbifahdipaaepiolmmihjdbmegc
Description Specifies what age the Wikipedia subject was during given year.
Taille du Fichier 3.49 KB
Nombre d'Installations 65
Version Actuelle 0.1
Dernière Mise à Jour 2019-11-15
Date de Publication 2019-11-14
Évaluation 5.00/5 Total 3 Évaluations
Développeur booksaver
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wiki Age",
    "description": "Specifies what age the Wikipedia subject was during given year.",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.wikipedia.org\/wiki\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}