Porkchat

Greater functionality and usability in Stack Exchange Chat

Porkchatคืออะไร?

Porkchat เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fredley และคุณลักษณะหลักของมันคือ "Greater functionality and usability in Stack Exchange Chat"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Porkchat ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Various improvements to Stack Exchange chat. All features are optional, and can be disabled individually. Includes:

* Dark theme - a light-on-dark theme with optional fixed-width font
* Quick-text button - quickly add snippets of text from a menu
* Drag and Drop uploading - drag and drop images onto the chat window to upload them
* Sidebar section collapsing - allow more room for the star list by hiding users/room info
* Room topic change notifier - get a diff message when the room topic is changed
* Image onebox hider - Fade out images and YouTube previews to 0.1 opacity until they are moused over
* Rebecca Black link checker - highlight potential links to 'Friday' by Rebecca Black
* Message burning - hide messages with a burning animation
* mod whois autocomplete, edit deleted messages, give users write permissions from within a room.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Porkchat Porkchat
ID genlcflidccakbiodbnmjnflfnbkmeip
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/porkchat/genlcflidccakbiodbnmjnflfnbkmeip
คำอธิบาย Greater functionality and usability in Stack Exchange Chat
ขนาดไฟล์ 281 KB
จำนวนการติดตั้ง 38
เวอร์ชันปัจจุบัน 1.0.18
อัปเดตครั้งล่าสุด 2017-12-13
วันที่เผยแพร่ 2017-12-13
คะแนน 4.40/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา fredley
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://stackapps.com/questions/6266/porkchat-a-chrome-extension-with-lots-of-chat-tweaks
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Porkchat",
    "description": "Greater functionality and usability in Stack Exchange Chat",
    "version": "1.0.18",
    "web_accessible_resources": [
        "porkchat.js",
        "inject.js",
        "ponies.css",
        "fixed-width.css",
        "dark.css",
        "global.css",
        "icon_128.png",
        "icon_white.png",
        "options.html",
        "info.html",
        "imgs\/*",
        "flame.png",
        "sprites.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/chat.meta.stackexchange.com\/rooms\/*",
                "*:\/\/chat.stackexchange.com\/rooms\/*",
                "*:\/\/chat.stackoverflow.com\/rooms\/*",
                "*:\/\/chat.meta.stackexchange.com\/messages\/*\/history",
                "*:\/\/chat.stackexchange.com\/messages\/*\/history",
                "*:\/\/chat.stackoverflow.com\/messages\/*\/history"
            ],
            "exclude_matches": [
                "*:\/\/chat.meta.stackexchange.com\/rooms\/info\/*",
                "*:\/\/chat.stackexchange.com\/rooms\/info\/*",
                "*:\/\/chat.stackoverflow.com\/rooms\/info\/*",
                "*:\/\/chat.meta.stackexchange.com\/rooms",
                "*:\/\/chat.stackexchange.com\/rooms",
                "*:\/\/chat.stackoverflow.com\/rooms"
            ],
            "js": [
                "inject.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}