Clappe

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

Apa itu Clappe?

Clappe adalah ekstensi Chrome yang dikembangkan oleh jukben, dan fitur utamanya adalah "Clap like the whole crowd. Make your claps be heard on Medium.".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi Clappe

Unduh file ekstensi Clappe dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Clappe Clappe
ID gfmcijindndhaflgmmkkcihndcclaled
URL Resmi https://chrome.google.com/webstore/detail/clappe/gfmcijindndhaflgmmkkcihndcclaled
Deskripsi Clap like the whole crowd. Make your claps be heard on Medium.
Ukuran File 296 KB
Jumlah Instalasi 83
Versi Saat Ini 1.1.0
Terakhir Diperbarui 2018-12-13
Tanggal Publikasi 2018-12-13
Penilaian 5.00/5 Total 2 Penilaian
Pengembang jukben
Tipe Pembayaran free
Situs Ekstensi https://github.com/jukben/clappe
URL Halaman Bantuan https://github.com/jukben/clappe/issues
Bahasa yang Didukung 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
        }
    ]
}