Schizo

Schizo — random phrases generator

Schizo란 무엇입니까?

Schizo은(는) ddly에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Schizo — random phrases generator"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Schizo can be used in every uncertain situation: when you have a conversation with the boss or are involved in a tiresome discussion… and also if you want to compliment your significant other in an unusual way.                    

확장 프로그램 기본 정보

이름 Schizo Schizo
ID boobjdimcmfemfchnfklaffokbbjaklf
공식 URL https://chromewebstore.google.com/detail/schizo/boobjdimcmfemfchnfklaffokbbjaklf
설명 Schizo — random phrases generator
파일 크기 112 KB
설치 횟수 10
현재 버전 0.1.4
최근 업데이트 2014-04-03
출시 날짜 2014-04-03
평점 5.00/5 총 3 개의 평점
개발자 ddly
결제 유형 free
지원되는 언어 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "version": "0.1.4",
    "author": "ddly",
    "default_locale": "en",
    "description": "__MSG_appDescription__",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        },
        "default_popup": "popup.html"
    },
    "options_page": "settings.html",
    "permissions": [
        "",
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "scripts\/jquery.js",
                "scripts\/xregexp.js",
                "scripts\/main.js"
            ],
            "css": [
                "styles\/main.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "web_accessible_resources": [
                "images\/e1.png",
                "images\/e2.png",
                "images\/r1.png",
                "images\/r2.png"
            ]
        }
    ]
}