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"
}