Oscar Wilde
This extension gives you a random, clever and witty quote from Oscar Wilde.
Co je Oscar Wilde?
Oscar Wilde je rozšíření Chrome vyvinuté Steve Reich, a jeho hlavní funkcí je „This extension gives you a random, clever and witty quote from Oscar Wilde.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Oscar Wilde
Stáhněte si soubory rozšíření Oscar Wilde ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | |
ID | ngdhjddfjndeehjnkpnoahkmfmdfpnnk |
Oficiální URL | https://chrome.google.com/webstore/detail/oscar-wilde/ngdhjddfjndeehjnkpnoahkmfmdfpnnk |
Popis | This extension gives you a random, clever and witty quote from Oscar Wilde. |
Velikost souboru | 489 KB |
Počet instalací | 34 |
Aktuální Verze | 1.2 |
Poslední Aktualizace | 2014-08-05 |
Datum Vydání | 2014-08-05 |
Hodnocení | 4.00/5 Celkem 4 Hodnocení |
Vývojář | Steve Reich |
Typ Platby | free |
Podporované Jazyky | 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\/*" ] } |