Oscar Wilde

This extension gives you a random, clever and witty quote from Oscar Wilde.

Oscar Wilde란 무엇입니까?

Oscar Wilde은(는) Steve Reich에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension gives you a random, clever and witty quote from Oscar Wilde."입니다.

확장 프로그램 스크린샷

screenshot

Oscar Wilde 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 Oscar Wilde Oscar Wilde
ID ngdhjddfjndeehjnkpnoahkmfmdfpnnk
공식 URL https://chrome.google.com/webstore/detail/oscar-wilde/ngdhjddfjndeehjnkpnoahkmfmdfpnnk
설명 This extension gives you a random, clever and witty quote from Oscar Wilde.
파일 크기 489 KB
설치 횟수 34
현재 버전 1.2
최근 업데이트 2014-08-05
출시 날짜 2014-08-05
평점 4.00/5 총 4 개의 평점
개발자 Steve Reich
결제 유형 free
지원되는 언어 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\/*"
    ]
}