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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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\/"
    ]
}