Office Football Pool Enhancer
This extension adds some additional functionality to Office Football Pool
ما هو Office Football Pool Enhancer؟
Office Football Pool Enhancer هو إضافة Chrome تم تطويرها بواسطة Ethan Hart، والميزة الرئيسية لها هي "This extension adds some additional functionality to Office Football Pool".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Office Football Pool Enhancer
قم بتنزيل ملفات الامتداد Office Football Pool Enhancer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension modifies the overall standings table for Office Football Pool to show what the average (mean) number of shares is across the pool and show how much each user deviates from the mean. The latest update fixes a new table layout, adds some sorting functionality previously not present, and includes some minor visual enhancements. Fixed (2019-08-26): Pending picks visible again on overall standings, Not Active users removed from table Known bugs: Reverse sorting for "Risked" not working
معلومات أساسية عن التمديد
الاسم | Office Football Pool Enhancer |
ID | giddgbpfifkedgnlonpcpbhnhbpkdapo |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/office-football-pool-enha/giddgbpfifkedgnlonpcpbhnhbpkdapo |
الوصف | This extension adds some additional functionality to Office Football Pool |
حجم الملف | 8.64 KB |
عدد التثبيتات | 79 |
النسخة الحالية | 2.1 |
آخر تحديث | 2019-08-26 |
تاريخ النشر | 2019-08-26 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | Ethan Hart |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Office Football Pool Enhancer", "description": "This extension adds some additional functionality to Office Football Pool", "version": "2.1", "icons": { "128": "images\/icon128.png" }, "content_scripts": [ { "js": [ "js\/ofps.js" ], "matches": [ "*:\/\/officefootballpool.com\/standings*", "*:\/\/www.officefootballpool.com\/standings*" ], "run_at": "document_end" } ] } |