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 là gì?

Plurk Plus là một tiện ích mở rộng Chrome được phát triển bởi https://varyen.ru, và tính năng chính của nó là "Simple extension for plurk. Gives ability to resize plurk windows and adds confirms to actions such as replurk or mark all as read".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Plurk Plus

Tải xuống các tệp mở rộng Plurk Plus dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Plurk Plus Plurk Plus
ID fmoiihajgedfimgfdhgdelboadhhjbcf
URL Chính Thức https://chromewebstore.google.com/detail/plurk-plus/fmoiihajgedfimgfdhgdelboadhhjbcf
Mô tả Simple extension for plurk. Gives ability to resize plurk windows and adds confirms to actions such as replurk or mark all as read
Kích Thước Tệp 139 KB
Số Lần Cài Đặt 282
Phiên Bản Hiện Tại 1.0.8
Cập Nhật Lần Cuối 2013-06-15
Ngày Phát Hành 2013-06-15
Đánh Giá 3.92/5 Tổng số 12 Đánh Giá
Nhà Phát Triển https://varyen.ru
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}