Quick Stats

A simple, fast way to view stats without navigating to a different page.

Apa itu Quick Stats?

Quick Stats adalah ekstensi Chrome yang dikembangkan oleh Alex Richards, dan fitur utamanya adalah "A simple, fast way to view stats without navigating to a different page.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Quick Stats

Unduh file ekstensi Quick Stats dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        View any NBA player’s current season stats, on any web page, simply by hovering over their name.

note: this extension is currently in Beta - please send any bugs you may encounter to [email protected]

Features:
      -	Optional player name highlighting with color choices
      -	Click on a player’s name to view their basketball-reference page 
      -	Can be set to run only on NBA related sites 
      -	Simple, sleek, non-obtrusive display 

Displayed Stats: 
      -	Per game stats (Points, Rebounds, Assists, Minutes)
      -	Games played
      -	Player Efficiency Rating 
      -	Field Goal %
      - 3 Point %
      -	Team 
      -	Position 

Notes:
      -	This extension is not yet optimized to run on ESPN.com 
              o Runs well on many other news sites including Reddit, Bleacher Report, and The Ringer
      -	Set to not run on basketball-reference.com 
      -	Box appearance may vary slightly from site to site                    

Informasi Dasar Ekstensi

Nama Quick Stats Quick Stats
ID phnoifilkidkjkhhdbblangkmpomaajf
URL Resmi https://chromewebstore.google.com/detail/quick-stats/phnoifilkidkjkhhdbblangkmpomaajf
Deskripsi A simple, fast way to view stats without navigating to a different page.
Ukuran File 416 KB
Jumlah Instalasi 62
Versi Saat Ini 0.3.0
Terakhir Diperbarui 2019-01-30
Tanggal Publikasi 2019-01-24
Penilaian 5.00/5 Total 4 Penilaian
Pengembang Alex Richards
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "authur": "Alex Richards",
    "background": {
        "persistent": false,
        "scripts": [
            "\/main\/update.js",
            "\/main\/main.js",
            "\/options\/options.js"
        ]
    },
    "browser_action": {
        "default_popup": "\/options\/options.html"
    },
    "content_scripts": [
        {
            "css": [
                "\/tooltip\/tippy.css"
            ],
            "js": [
                "\/main\/Jquery-3.3.1.js",
                "\/tooltip\/tippy.js",
                "\/main\/content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "A simple, fast way to view stats without navigating to a different page.",
    "icons": {
        "128": "\/assets\/icon128.png",
        "16": "\/assets\/icon16.png",
        "48": "\/assets\/icon48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlqFnLign9ezFYx0JZZLj1bktPOM6GNECDsynE3FATYzZ6nn2LqK2LhgGy1fFY8X2Bx4q2tt1i8frOKb1x3gPuS\/6vCi4FOyu8059uPIPobVyOrO\/hU8n2aMgz0ckzWGx+kkAyOHDPCSTQMoftTSQUPwn7Nl+FIYCCXvDxXo1CPYiusetBM1Y6lirDejrZ\/2IKSbur9fVBqPT79adFVHc04xgr5sdxilztFtGdq+DAnHyTZP59ALXCparpysb1vNg69D+t4x9B6HZKzPDeZxGmkjtYmfLFweWHOj2eExgBElBARfQn48Ybetg8pUxDvsJUP4vC+6lWmPmDIzt2MT09wIDAQAB",
    "manifest_version": 2,
    "name": "Quick Stats",
    "permissions": [
        "storage",
        "https:\/\/quickstatsback.herokuapp.com\/"
    ],
    "short_name": "Quick Stats",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.3.0"
}