speedrun.com for chrome

Stay up to date on new world records and top times in your favorite categories.

speedrun.com for chrome란 무엇입니까?

speedrun.com for chrome은(는) Matt Tomko에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Stay up to date on new world records and top times in your favorite categories."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

speedrun.com for chrome 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        The speedrun.com chrome extension lets you keep track of all of your favorite categories in one place.

Features:
- Add any speedrun.com category to your home page, including sub-categories and individual level categories.
- See the world record time and user for all your followed categories at a glance.
- See notifications on your home page when a category has a new world record.
- Easily open a run on speedrun.com with one click.

That's about it, enjoy.

Version 2.0.0 is here! Here are the main improvements:
- Complete redesign of the UI.
- Added proper loading and error states to every page.
- The "New WR" indicator will now persist when the popup is closed, and will remain until the category is clicked.
- Added a button to clear all "New WR" indicators at once.
- Entire games can now be dragged to reorder.
- Entire games can now be removed at once.
- Clicking a category on the home page will now redirect to the run, instead of the leaderboard. This is due to an issue with speedrun.com's API where the leaderboard url it returns is not correct.

Kofi: https://ko-fi.com/matttomko                    

확장 프로그램 기본 정보

이름 speedrun.com for chrome speedrun.com for chrome
ID omffjfmenhkgaongelcpainmkhmdajln
공식 URL https://chromewebstore.google.com/detail/speedruncom-for-chrome/omffjfmenhkgaongelcpainmkhmdajln
설명 Stay up to date on new world records and top times in your favorite categories.
파일 크기 64.12 KB
설치 횟수 280
현재 버전 2.0.0
최근 업데이트 2024-03-07
출시 날짜 2021-07-01
평점 5.00/5 총 5 개의 평점
개발자 Matt Tomko
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "speedrun.com for chrome",
    "description": "Stay up to date on new world records and top times in your favorite categories.",
    "version": "2.0.0",
    "manifest_version": 3,
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "index.html"
    }
}