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
官方網址 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\/"
    ]
}