Type Racer Champion
This extension will get you to the top of the type racer leader boards at typeracer.com.
什麼是Type Racer Champion?
Type Racer Champion是由osureing開發的Chrome擴展程式,該擴展的主要功能是“This extension will get you to the top of the type racer leader boards at typeracer.com. ”。
擴展截圖
下載Type Racer Champion擴展crx文件
下載Type Racer Champion擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension will get you to the top of the type racer leader boards at typeracer.com. Simply press CTRL+Shift+1 at the start of your race. Then rapidly hit SPACEBAR to type each word. To pass verification press CTRL+SHIFT+2 when the test begins and allow your microphone to turn on. Simply read the text then to type it out.
擴展基本資訊
名稱 | |
ID | ijjmaeaifaaoiinpjdhhhelhaamefhcb |
官方網址 | https://chrome.google.com/webstore/detail/type-racer-champion/ijjmaeaifaaoiinpjdhhhelhaamefhcb |
簡介 | This extension will get you to the top of the type racer leader boards at typeracer.com. |
檔案大小 | 600 KB |
安裝次數 | 1,864 |
目前版本 | 1.0.0 |
更新時間 | 2013-10-01 |
上架時間 | 2013-10-01 |
評分 | 2.14/5 共 7 次評分 |
開發者 | osureing |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Type Racer Champion", "version": "1.0.0", "manifest_version": 2, "description": "This extension will get you to the top of the type racer leader boards at typeracer.com. ", "homepage_url": "https:\/\/github.com\/dreing1130\/TypeRacerChampion", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [ "http:\/\/play.typeracer.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/play.typeracer.com\/*" ], "js": [ "src\/inject\/keypress.js", "src\/inject\/inject.js" ] } ] } |