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

Apa itu Plurk Plus?

Plurk Plus adalah ekstensi Chrome yang dikembangkan oleh https://varyen.ru, dan fitur utamanya adalah "Simple extension for plurk. Gives ability to resize plurk windows and adds confirms to actions such as replurk or mark all as read".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Plurk Plus

Unduh file ekstensi Plurk Plus dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Plurk Plus Plurk Plus
ID fmoiihajgedfimgfdhgdelboadhhjbcf
URL Resmi https://chromewebstore.google.com/detail/plurk-plus/fmoiihajgedfimgfdhgdelboadhhjbcf
Deskripsi Simple extension for plurk. Gives ability to resize plurk windows and adds confirms to actions such as replurk or mark all as read
Ukuran File 139 KB
Jumlah Instalasi 282
Versi Saat Ini 1.0.8
Terakhir Diperbarui 2013-06-15
Tanggal Publikasi 2013-06-15
Penilaian 3.92/5 Total 12 Penilaian
Pengembang https://varyen.ru
Tipe Pembayaran free
Bahasa yang Didukung 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"
}