10fastfingerCompetition

Knowing if there is a new competition in your langage

10fastfingerCompetition क्या है?

10fastfingerCompetition azarias.boutin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Knowing if there is a new competition in your langage"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में 10fastfingerCompetition एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
सहायता पृष्ठ 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\/"
    ]
}