Schizo

Schizo — random phrases generator

Schizoคืออะไร?

Schizo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ddly และคุณลักษณะหลักของมันคือ "Schizo — random phrases generator"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Schizo

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}