Oscar Wilde
This extension gives you a random, clever and witty quote from Oscar Wilde.
Cos'è Oscar Wilde?
Oscar Wilde è un'estensione di Chrome sviluppata da Steve Reich, e la sua funzione principale è "This extension gives you a random, clever and witty quote from Oscar Wilde.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Oscar Wilde
Scarica i file di estensione Oscar Wilde 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
Oscar Fingal O'Flahertie Wills Wilde (16 October 1854 – 30 November 1900) was an Irish writer and poet. After writing in different forms throughout the 1880s, he became one of London's most popular playwrights in the early 1890s. Today he is remembered for his epigrams, his only novel (The Picture of Dorian Gray), his plays, and the circumstances of his imprisonment and early death. This extension gives you 'on demand' access to his witty and clever epigrams whenever the mood strikes. Nothing quote like the wisdom of Oscar Wilde to brighten your day!
Informazioni di Base sull'Estensione
Nome | |
ID | ngdhjddfjndeehjnkpnoahkmfmdfpnnk |
URL Ufficiale | https://chrome.google.com/webstore/detail/oscar-wilde/ngdhjddfjndeehjnkpnoahkmfmdfpnnk |
Descrizione | This extension gives you a random, clever and witty quote from Oscar Wilde. |
Dimensione del File | 489 KB |
Conteggio Installazioni | 34 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2014-08-05 |
Data di Pubblicazione | 2014-08-05 |
Valutazione | 4.00/5 Totale 4 Valutazioni |
Sviluppatore | Steve Reich |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Oscar Wilde", "description": "This extension gives you a random, clever and witty quote from Oscar Wilde.", "version": "1.2", "browser_action": { "default_icon": "oscar_icon.png", "default_popup": "popup.html" }, "icons": { "16": "Oscar Wilde_16x16.png", "48": "Oscar Wilde_48x48.png", "128": "Oscar Wilde_128x128.png" }, "permissions": [ "http:\/\/oscar.freedemo.me\/*" ] } |