Schizo

Schizo — random phrases generator

What is Schizo?

Schizo is a Chrome extension developed by ddly, and its main feature is "Schizo — random phrases generator".

Extension Screenshots

screenshot
screenshot

Download Schizo Extension CRX File

Download Schizo 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

                        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.                    

Extension Basic Information

Name Schizo Schizo
ID boobjdimcmfemfchnfklaffokbbjaklf
Official URL https://chromewebstore.google.com/detail/schizo/boobjdimcmfemfchnfklaffokbbjaklf
Description Schizo — random phrases generator
File Size 112 KB
Installation Count 10
Current Version 0.1.4
Last Updated 2014-04-03
Publish Date 2014-04-03
Rating 5.00/5 Total 3 Ratings
Developer ddly
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}