Tor's Backloggery enhancements
Adds pie charts and other enhancements to backloggery.com
Qu'est-ce que Tor's Backloggery enhancements ?
Tor's Backloggery enhancements est une extension Chrome développée par Tor, et sa fonction principale est "Adds pie charts and other enhancements to backloggery.com".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tor's Backloggery enhancements
Téléchargez les fichiers d'extension Tor's Backloggery enhancements au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Tor's Backloggery enhancements |
ID | bnphjpgoelijapfpilanaikifnekcmfc |
URL Officiel | https://chromewebstore.google.com/detail/tors-backloggery-enhancem/bnphjpgoelijapfpilanaikifnekcmfc |
Description | Adds pie charts and other enhancements to backloggery.com |
Taille du Fichier | 21.14 KB |
Nombre d'Installations | 116 |
Version Actuelle | 2.2.3 |
Dernière Mise à Jour | 2023-02-07 |
Date de Publication | 2017-12-16 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | Tor |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/torlye/Backloggery-enhancements |
URL de la Page d'Aide | https://github.com/torlye/Backloggery-enhancements/issues |
Langues Prises en Charge | 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" } ] } |