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是由https://varyen.ru开发的Chrome扩展程序,该扩展的主要功能是“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扩展crx文件
下载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! 扩展基本信息
| 名称 | |
| 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"
} | |