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

Co je Plurk Plus?

Plurk Plus je rozšíření Chrome vyvinuté https://varyen.ru, a jeho hlavní funkcí je „Simple extension for plurk. Gives ability to resize plurk windows and adds confirms to actions such as replurk or mark all as read“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Plurk Plus

Stáhněte si soubory rozšíření Plurk Plus ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Plurk Plus Plurk Plus
ID fmoiihajgedfimgfdhgdelboadhhjbcf
Oficiální URL https://chromewebstore.google.com/detail/plurk-plus/fmoiihajgedfimgfdhgdelboadhhjbcf
Popis Simple extension for plurk. Gives ability to resize plurk windows and adds confirms to actions such as replurk or mark all as read
Velikost souboru 139 KB
Počet instalací 282
Aktuální Verze 1.0.8
Poslední Aktualizace 2013-06-15
Datum Vydání 2013-06-15
Hodnocení 3.92/5 Celkem 12 Hodnocení
Vývojář https://varyen.ru
Typ Platby free
Podporované Jazyky 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"
}