WIS Floating Clock

This extension allows Clock to float and be modifiable.

Apa itu WIS Floating Clock?

WIS Floating Clock adalah ekstensi Chrome yang dikembangkan oleh Raiper34, dan fitur utamanya adalah "This extension allows Clock to float and be modifiable.".

Unduh Berkas CRX Ekstensi WIS Floating Clock

Unduh file ekstensi WIS Floating Clock 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

                        Chrome extension for BUT FIT IS on https://wis.fit.vutbr.cz/ allows allows Clock to float and you can see clock even on long page. It is useful during clickwars.                    

Informasi Dasar Ekstensi

Nama WIS Floating Clock WIS Floating Clock
ID kcnopagokjlpapnlolfhakimepegdjea
URL Resmi https://chrome.google.com/webstore/detail/wis-floating-clock/kcnopagokjlpapnlolfhakimepegdjea
Deskripsi This extension allows Clock to float and be modifiable.
Ukuran File 300 KB
Jumlah Instalasi 134
Versi Saat Ini 1.0
Terakhir Diperbarui 2018-02-02
Tanggal Publikasi 2018-02-02
Penilaian 3.00/5 Total 4 Penilaian
Pengembang Raiper34
Tipe Pembayaran free
Situs Ekstensi http://www.raiper34.net
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WIS Floating Clock",
    "description": "This extension allows Clock to float and be modifiable.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "assets\/icon.png",
        "default_popup": "settings\/index.html",
        "default_title": "WIS Floating Clock"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/wis.fit.vutbr.cz\/*",
                "https:\/\/wis.fit.vutbr.cz\/*"
            ],
            "js": [
                "bower_components\/jquery\/dist\/jquery.js",
                "scripts\/content.js"
            ]
        }
    ]
}