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
Wat is Plurk Plus?
Plurk Plus is een Chrome-extensie ontwikkeld door https://varyen.ru, en de belangrijkste functie is "Simple extension for plurk. Gives ability to resize plurk windows and adds confirms to actions such as replurk or mark all as read".
Extensie Screenshots
Download het CRX-bestand van de extensie Plurk Plus
Download Plurk Plus-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Plurk Plus |
ID | fmoiihajgedfimgfdhgdelboadhhjbcf |
Officiële URL | https://chromewebstore.google.com/detail/plurk-plus/fmoiihajgedfimgfdhgdelboadhhjbcf |
Beschrijving | Simple extension for plurk. Gives ability to resize plurk windows and adds confirms to actions such as replurk or mark all as read |
Bestandsgrootte | 139 KB |
Aantal Installaties | 282 |
Huidige Versie | 1.0.8 |
Laatst Bijgewerkt | 2013-06-15 |
Publicatiedatum | 2013-06-15 |
Beoordeling | 3.92/5 Totaal 12 Beoordelingen |
Ontwikkelaar | https://varyen.ru |
Betalingswijze | free |
Ondersteunde Talen | 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" } |