WIS Floating Clock

This extension allows Clock to float and be modifiable.

O que é WIS Floating Clock?

WIS Floating Clock é uma extensão do Chrome desenvolvida por Raiper34, e sua principal característica é "This extension allows Clock to float and be modifiable.".

Baixar o arquivo CRX da Extensão WIS Floating Clock

Baixe arquivos de extensão WIS Floating Clock no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome WIS Floating Clock WIS Floating Clock
ID kcnopagokjlpapnlolfhakimepegdjea
URL Oficial https://chrome.google.com/webstore/detail/wis-floating-clock/kcnopagokjlpapnlolfhakimepegdjea
Descrição This extension allows Clock to float and be modifiable.
Tamanho do Arquivo 300 KB
Contagem de Instalações 134
Versão Atual 1.0
Última Atualização 2018-02-02
Data de Publicação 2018-02-02
Classificação 3.00/5 Total de 4 Avaliações
Desenvolvedor Raiper34
Tipo de Pagamento free
Site da Extensão http://www.raiper34.net
Idiomas Suportados 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"
            ]
        }
    ]
}