10fastfingerCompetition

Knowing if there is a new competition in your langage

O que é 10fastfingerCompetition?

10fastfingerCompetition é uma extensão do Chrome desenvolvida por azarias.boutin, e sua principal característica é "Knowing if there is a new competition in your langage".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão 10fastfingerCompetition

Baixe arquivos de extensão 10fastfingerCompetition 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

                        A little chrome extension to tell you when there is a new competition in the 10fastfingers website.
Whenever a new competition is available in the langage you choose, you can see it on the icon. 
The number of new competitions is displayed.
Whenever you click on the icon when there is a new competition, you access directly to this competition. When there are more than one competitions, you access to the last one created.
If you click on the icon when there are not any new competitions, you just access the normal typing test.

With the 2.0 version, you can choose to watch for competitions of several languages, you can also choose on which page to go when there's no competitions.
With the 2.2 version, you can choose to create a competition when none are available.                    

Informações Básicas da Extensão

Nome 10fastfingerCompetition 10fastfingerCompetition
ID jgnpbbnjekmldfdbgkmijclckednldll
URL Oficial https://chromewebstore.google.com/detail/10fastfingercompetition/jgnpbbnjekmldfdbgkmijclckednldll
Descrição Knowing if there is a new competition in your langage
Tamanho do Arquivo 194 KB
Contagem de Instalações 116
Versão Atual 4.0.8
Última Atualização 2024-03-01
Data de Publicação 2020-03-08
Classificação 4.75/5 Total de 4 Avaliações
Desenvolvedor azarias.boutin
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/AzariasB/10fastfingersCompetition
URL da Página de Ajuda https://github.com/AzariasB/10fastfingersCompetition
Idiomas Suportados en,fr,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "10fastfingerCompetition",
    "version": "4.0.8",
    "default_locale": "en",
    "author": {
        "email": "AzariasB"
    },
    "description": "Knowing if there is a new competition in your langage",
    "options_ui": {
        "open_in_tab": false,
        "page": "src\/options\/index.html"
    },
    "background": {
        "service_worker": "src\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "16": "\/img\/icon.png"
        }
    },
    "icons": {
        "128": "\/img\/big_icon.png"
    },
    "permissions": [
        "webRequest",
        "storage",
        "alarms",
        "activeTab",
        "tabs",
        "notifications"
    ],
    "host_permissions": [
        "*:\/\/10fastfingers.com\/"
    ]
}