Oscar Wilde
This extension gives you a random, clever and witty quote from Oscar Wilde.
Apa itu Oscar Wilde?
Oscar Wilde adalah ekstensi Chrome yang dikembangkan oleh Steve Reich, dan fitur utamanya adalah "This extension gives you a random, clever and witty quote from Oscar Wilde.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Oscar Wilde
Unduh file ekstensi Oscar Wilde dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | |
ID | ngdhjddfjndeehjnkpnoahkmfmdfpnnk |
URL Resmi | https://chrome.google.com/webstore/detail/oscar-wilde/ngdhjddfjndeehjnkpnoahkmfmdfpnnk |
Deskripsi | This extension gives you a random, clever and witty quote from Oscar Wilde. |
Ukuran File | 489 KB |
Jumlah Instalasi | 34 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2014-08-05 |
Tanggal Publikasi | 2014-08-05 |
Penilaian | 4.00/5 Total 4 Penilaian |
Pengembang | Steve Reich |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/*" ] } |