Tor's Backloggery enhancements
Adds pie charts and other enhancements to backloggery.com
Wat is Tor's Backloggery enhancements?
Tor's Backloggery enhancements is een Chrome-extensie ontwikkeld door Tor, en de belangrijkste functie is "Adds pie charts and other enhancements to backloggery.com".
Extensie Screenshots
Download het CRX-bestand van de extensie Tor's Backloggery enhancements
Download Tor's Backloggery enhancements-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Tor's Backloggery enhancements |
ID | bnphjpgoelijapfpilanaikifnekcmfc |
Officiële URL | https://chromewebstore.google.com/detail/tors-backloggery-enhancem/bnphjpgoelijapfpilanaikifnekcmfc |
Beschrijving | Adds pie charts and other enhancements to backloggery.com |
Bestandsgrootte | 21.14 KB |
Aantal Installaties | 116 |
Huidige Versie | 2.2.3 |
Laatst Bijgewerkt | 2023-02-07 |
Publicatiedatum | 2017-12-16 |
Beoordeling | 5.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | Tor |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/torlye/Backloggery-enhancements |
Help Pagina-URL | https://github.com/torlye/Backloggery-enhancements/issues |
Ondersteunde Talen | 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" } ] } |