Tor's Backloggery enhancements
Adds pie charts and other enhancements to backloggery.com
Tor's Backloggery enhancements란 무엇입니까?
Tor's Backloggery enhancements은(는) Tor에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds pie charts and other enhancements to backloggery.com"입니다.
확장 프로그램 스크린샷
Tor's Backloggery enhancements 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension adds various new presentation features to the backloggery.com website to enhance the experience and help better organize your games. Features include: - Icons for game digital distribution services in the My Games and Now Playing lists - Displays release years in the My Games and Now Playing lists - Pie charts of game systems, game ownership, completion status and digital distribution services - A bar chart that shows release years Please visit the support link on the details tab for detailed instructions and examples.
확장 프로그램 기본 정보
이름 | Tor's Backloggery enhancements |
ID | bnphjpgoelijapfpilanaikifnekcmfc |
공식 URL | https://chromewebstore.google.com/detail/tors-backloggery-enhancem/bnphjpgoelijapfpilanaikifnekcmfc |
설명 | Adds pie charts and other enhancements to backloggery.com |
파일 크기 | 21.14 KB |
설치 횟수 | 116 |
현재 버전 | 2.2.3 |
최근 업데이트 | 2023-02-07 |
출시 날짜 | 2017-12-16 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | Tor |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/torlye/Backloggery-enhancements |
도움말 페이지 URL | https://github.com/torlye/Backloggery-enhancements/issues |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tor's Backloggery enhancements", "version": "2.2.3", "description": "Adds pie charts and other enhancements to backloggery.com", "icons": { "48": "icon48.png", "128": "icon128.png" }, "author": "Tor", "content_scripts": [ { "js": [ "script.js" ], "matches": [ "https:\/\/backloggery.com\/*", "https:\/\/www.backloggery.com\/*" ], "run_at": "document_idle" } ] } |