Plurk Plus

Simple extension for plurk. Gives ability to resize plurk windows and adds confirms to actions such as replurk or mark all as read

Plurk Plusคืออะไร?

Plurk Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://varyen.ru และคุณลักษณะหลักของมันคือ "Simple extension for plurk. Gives ability to resize plurk windows and adds confirms to actions such as replurk or mark all as read"

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

screenshot

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

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

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

                        A simple extension for plurk, adds some features.

— Resizing of comments sections
— Adds confirms to actions, such as "mark all as read", "add to favorites". You probably misclicked them several times, right? :)
— Disallows window scrolling when using mousewheel on comment sections

Feature requests are welcome!                    

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

ชื่อ Plurk Plus Plurk Plus
ID fmoiihajgedfimgfdhgdelboadhhjbcf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/plurk-plus/fmoiihajgedfimgfdhgdelboadhhjbcf
คำอธิบาย Simple extension for plurk. Gives ability to resize plurk windows and adds confirms to actions such as replurk or mark all as read
ขนาดไฟล์ 139 KB
จำนวนการติดตั้ง 282
เวอร์ชันปัจจุบัน 1.0.8
อัปเดตครั้งล่าสุด 2013-06-15
วันที่เผยแพร่ 2013-06-15
คะแนน 3.92/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา https://varyen.ru
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "mootools.js",
                "mootools-more.js",
                "main.js"
            ],
            "css": [
                "main.css"
            ],
            "matches": [
                "http:\/\/plurk.com\/*",
                "http:\/\/www.plurk.com\/*"
            ]
        }
    ],
    "description": "Simple extension for plurk. Gives ability to resize plurk windows and adds confirms to actions such as replurk or mark all as read",
    "icons": {
        "128": "miniplus_logo_128.png"
    },
    "name": "Plurk Plus",
    "permissions": [
        "http:\/\/*.plurk.com\/"
    ],
    "version": "1.0.8"
}