10fastfingerCompetition

Knowing if there is a new competition in your langage

什么是10fastfingerCompetition?

10fastfingerCompetition是由azarias.boutin开发的Chrome扩展程序,该扩展的主要功能是“Knowing if there is a new competition in your langage”。

扩展截图

screenshot
screenshot

下载10fastfingerCompetition扩展crx文件

下载10fastfingerCompetition扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 10fastfingerCompetition 10fastfingerCompetition
ID jgnpbbnjekmldfdbgkmijclckednldll
官方URL https://chromewebstore.google.com/detail/10fastfingercompetition/jgnpbbnjekmldfdbgkmijclckednldll
简介 Knowing if there is a new competition in your langage
文件大小 194 KB
安装次数 116
当前版本 4.0.8
更新时间 2024-03-01
上架时间 2020-03-08
评分 4.75/5 共4次评分
开发者 azarias.boutin
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/AzariasB/10fastfingersCompetition
帮助页面URL https://github.com/AzariasB/10fastfingersCompetition
支持的语言 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\/"
    ]
}