10fastfingerCompetition

Knowing if there is a new competition in your langage

10fastfingerCompetitionคืออะไร?

10fastfingerCompetition เป็นส่วนขยายของ Chrome ที่พัฒนาโดย azarias.boutin และคุณลักษณะหลักของมันคือ "Knowing if there is a new competition in your langage"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย 10fastfingerCompetition

ดาวน์โหลดไฟล์ส่วนขยาย 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\/"
    ]
}