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

Qu'est-ce que Plurk Plus ?

Plurk Plus est une extension Chrome développée par https://varyen.ru, et sa fonction principale est "Simple extension for plurk. Gives ability to resize plurk windows and adds confirms to actions such as replurk or mark all as read".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Plurk Plus

Téléchargez les fichiers d'extension Plurk Plus au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Plurk Plus Plurk Plus
ID fmoiihajgedfimgfdhgdelboadhhjbcf
URL Officiel https://chromewebstore.google.com/detail/plurk-plus/fmoiihajgedfimgfdhgdelboadhhjbcf
Description Simple extension for plurk. Gives ability to resize plurk windows and adds confirms to actions such as replurk or mark all as read
Taille du Fichier 139 KB
Nombre d'Installations 282
Version Actuelle 1.0.8
Dernière Mise à Jour 2013-06-15
Date de Publication 2013-06-15
Évaluation 3.92/5 Total 12 Évaluations
Développeur https://varyen.ru
Type de Paiement free
Langues Prises en Charge 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"
}