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