Clappe

Clap like the whole crowd. Make your claps be heard on Medium.

Wat is Clappe?

Clappe is een Chrome-extensie ontwikkeld door jukben, en de belangrijkste functie is "Clap like the whole crowd. Make your claps be heard on Medium.".

Extensie Screenshots

Download het CRX-bestand van de extensie Clappe

Download Clappe-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

                        Tiny extension to make your claps be heard on Medium. Also providing super clap functionality if you want to be really supportive as a crowd.                    

Basisinformatie over de Extensie

Naam Clappe Clappe
ID gfmcijindndhaflgmmkkcihndcclaled
Officiële URL https://chrome.google.com/webstore/detail/clappe/gfmcijindndhaflgmmkkcihndcclaled
Beschrijving Clap like the whole crowd. Make your claps be heard on Medium.
Bestandsgrootte 296 KB
Aantal Installaties 83
Huidige Versie 1.1.0
Laatst Bijgewerkt 2018-12-13
Publicatiedatum 2018-12-13
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar jukben
Betalingswijze free
Extensiewebsite https://github.com/jukben/clappe
Help Pagina-URL https://github.com/jukben/clappe/issues
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "1.1.0",
    "short_name": "__MSG_appShortName__",
    "manifest_version": 2,
    "default_locale": "en",
    "web_accessible_resources": [
        "sounds\/*"
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "page_action": {
        "default_title": "__MSG_browserActionTitle__"
    },
    "options_page": "pages\/options.html",
    "options_ui": {
        "page": "pages\/options.html",
        "chrome_style": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "styles\/contentscript.css"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}