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」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

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.                    

拡張機能の基本情報

名前 Tor's Backloggery enhancements 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
Eメール [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"
        }
    ]
}