Oscar Wilde
This extension gives you a random, clever and witty quote from Oscar Wilde.
What is Oscar Wilde?
Oscar Wilde is a Chrome extension developed by Steve Reich, and its main feature is "This extension gives you a random, clever and witty quote from Oscar Wilde.".
Extension Screenshots
Download Oscar Wilde Extension CRX File
Download Oscar Wilde extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | ngdhjddfjndeehjnkpnoahkmfmdfpnnk |
Official URL | https://chrome.google.com/webstore/detail/oscar-wilde/ngdhjddfjndeehjnkpnoahkmfmdfpnnk |
Description | This extension gives you a random, clever and witty quote from Oscar Wilde. |
File Size | 489 KB |
Installation Count | 34 |
Current Version | 1.2 |
Last Updated | 2014-08-05 |
Publish Date | 2014-08-05 |
Rating | 4.00/5 Total 4 Ratings |
Developer | Steve Reich |
Payment Type | free |
Supported Languages | 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\/*" ] } |