Wiki Age
Specifies what age the Wikipedia subject was during given year.
Cos'è Wiki Age?
Wiki Age è un'estensione di Chrome sviluppata da booksaver, e la sua funzione principale è "Specifies what age the Wikipedia subject was during given year.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Wiki Age
Scarica i file di estensione Wiki Age in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | gbdnhkbifahdipaaepiolmmihjdbmegc |
| URL Ufficiale | https://chromewebstore.google.com/detail/wiki-age/gbdnhkbifahdipaaepiolmmihjdbmegc |
| Descrizione | Specifies what age the Wikipedia subject was during given year. |
| Dimensione del File | 3.49 KB |
| Conteggio Installazioni | 65 |
| Versione Corrente | 0.1 |
| Ultimo Aggiornamento | 2019-11-15 |
| Data di Pubblicazione | 2019-11-14 |
| Valutazione | 5.00/5 Totale 3 Valutazioni |
| Sviluppatore | booksaver |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
}
]
} | |