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文件
下载Tor's Backloggery enhancements扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| 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"
}
]
} | |