MLBoxcard
Gives daily boxscores for MLB games in a formatted toolbar for anypage.
MLBoxcard क्या है?
MLBoxcard sdpetrides द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Gives daily boxscores for MLB games in a formatted toolbar for anypage."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में MLBoxcard एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
MLBoxscore The MLBoxscore is Chrome extension that displays a toolbar with daily boxscores for MLB games. Features and Options Scores are reloaded each time a page is reloaded. To reload the scores without reloading the page, choose the Update button in the upper right corner. To hide the toolbar temporarily, click the Hide button in the upper right corner. Because elements and styles are injecting into the page, the toolbar may not render correctly for each domain. In these situations, the Hide option is most useful. Copyright Created and developed by Stephen Petrides in 2016.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | npfplangdaaldgneklfajkmheecgcfgm |
आधिकारिक URL | https://chrome.google.com/webstore/detail/npfplangdaaldgneklfajkmheecgcfgm |
विवरण | Gives daily boxscores for MLB games in a formatted toolbar for anypage. |
फ़ाइल का आकार | 10.41 KB |
स्थापना संख्या | 23 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2016-08-16 |
प्रकाशन तिथि | 2016-08-16 |
रेटिंग | 3.00/5 कुल 2 रेटिंग्स |
डेवलपर | sdpetrides |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MLBoxcard", "description": "Gives daily boxscores for MLB games in a formatted toolbar for anypage.", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_title": "MLBoxcard" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*" ], "exclude_matches": [ "https:\/\/*.google.com\/*", "https:\/\/*.reddit.com\/*", "https:\/\/*.youtube.com\/*" ], "js": [ "toolbar.js", "statsapi.js" ], "css": [ "toolbar.css" ], "run_at": "document_idle" } ], "permissions": [ "activeTab", "webRequest", "webRequestBlocking", " |