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 |
| 官方網址 | 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"
} | |