Schizo

Schizo — random phrases generator

Schizoとは何ですか?

Schizoはddlyによって開発されたChromeの拡張機能で、その主な機能は「Schizo — random phrases generator」です。

拡張機能のスクリーンショット

screenshot
screenshot

Schizo拡張機能のCRXファイルをダウンロード

Schizo拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
            ]
        }
    ]
}