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"입니다.
확장 프로그램 스크린샷
10fastfingerCompetition 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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\/" ] } |