Player Salary Tooltip for DraftKings
Get DraftKings salaries & player stats via a handy tooltip that appears over player names on sites like ESPN, Yahoo, NFL, NBA, etc.
Player Salary Tooltip for DraftKings là gì?
Player Salary Tooltip for DraftKings là một tiện ích mở rộng Chrome được phát triển bởi http://www.draftduelcast.com, và tính năng chính của nó là "Get DraftKings salaries & player stats via a handy tooltip that appears over player names on sites like ESPN, Yahoo, NFL, NBA, etc.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Player Salary Tooltip for DraftKings
Tải xuống các tệp mở rộng Player Salary Tooltip for DraftKings dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
What does this extension do? Get DraftKings salaries and player stats via a handy tooltip that appears over linked player names on sites like ESPN, Yahoo Sports, CBS Sports, RotoWorld, NFL.com, NBA.com, NHL.com, etc. More sports news and statistics sites will be added and supported to cover all DraftKings sports categories including NFL, NBA, NHL, MLB, PGA, Soccer (SOC), College Football (CFB), College Basketball (CBB), MMA and NASCAR (NAS) in the next versions. Next versions will also have additional features such as address bar searching of players, salary change alerts, more data and other helpful experiences. This extension was created with the awesome extensionizr.com by the makers of the Draft Duel Cast Podcast. Learn more at http://www.draftduelcast.com/tooltip. How do I use this extension? 1. Simply install it and visit one of the sites mentioned above. You should see our icon in your browser bar. 2. Navigate to a page or article that has links to players within this site. Match-up posts with lots of player names work the best, obviously. 3. After the page loads, the player links should be highlighted in green. If the page has hidden content such as continuous scrolling, you may have to refresh. 4. Hover over the highlighted link. A tooltip with the player's photo, name, sport, team, position, FPPG, and salary will appear. Repeat on other links. FAQs: Q. What sites does this extension work on? A. Currently, this extension works on the following sites: espn.go.com, sports.yahoo.com, cbssports.com, nfl.com, nba.com, nhl.com and rotoworld.com but we are adding more for the next version and encourage users to submit websites and suggestions at http://www.draftduelcast.com/tooltip. Q. It's not working for me, what do I do? A. Are you visiting the sites the extension works on? Do you see our icon in the browser bar? Do you see the links highlighted? Have you tried refreshing the page? Please let us know the answers to these questions at http://www.draftduelcast.com/tooltip.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | koafaenckabjpnofnidmkillbhgnabei |
URL Chính Thức | https://chrome.google.com/webstore/detail/player-salary-tooltip-for/koafaenckabjpnofnidmkillbhgnabei |
Mô tả | Get DraftKings salaries & player stats via a handy tooltip that appears over player names on sites like ESPN, Yahoo, NFL, NBA, etc. |
Kích Thước Tệp | 284 KB |
Số Lần Cài Đặt | 305 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2015-12-03 |
Ngày Phát Hành | 2015-12-03 |
Đánh Giá | 4.25/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | http://www.draftduelcast.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.draftduelcast.com/tooltip |
URL Trang Trợ Giúp | http://www.draftduelcast.com/tooltip |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Player Salary Tooltip for DraftKings", "short_name": "DraftKings Tooltip", "version": "1.2", "manifest_version": 2, "description": "Get DraftKings salaries & player stats via a handy tooltip that appears over player names on sites like ESPN, Yahoo, NFL, NBA, etc.", "homepage_url": "http:\/\/draftduelcast.com\/tooltip", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "options_page": "src\/options_custom\/index.html", "page_action": { "default_icon": "icons\/icon19.png", "default_title": "page action demo", "default_popup": "src\/page_action\/page_action.html" }, "permissions": [ "notifications", "tabs", "*:\/\/espn.go.com\/*", "*:\/\/sports.yahoo.com\/*", "*:\/\/www.cbssports.com\/*", "*:\/\/www.nfl.com\/*", "*:\/\/www.nba.com\/*", "*:\/\/www.nhl.com\/*", "*:\/\/www.rotoworld.com\/*", "*:\/\/www.draftkings.com\/*", "*:\/\/www.draftduelcast.com\/*" ], "omnibox": { "keyword": "draftduel" }, "content_scripts": [ { "matches": [ "*:\/\/espn.go.com\/*", "*:\/\/sports.yahoo.com\/*", "*:\/\/www.cbssports.com\/*", "*:\/\/www.nfl.com\/*", "*:\/\/www.nba.com\/*", "*:\/\/www.nhl.com\/*", "*:\/\/www.rotoworld.com\/*" ], "css": [ "src\/inject\/tooltipster.css", "src\/inject\/inject.css" ] }, { "matches": [ "*:\/\/espn.go.com\/*", "*:\/\/sports.yahoo.com\/*", "*:\/\/www.cbssports.com\/*", "*:\/\/www.nfl.com\/*", "*:\/\/www.nba.com\/*", "*:\/\/www.nhl.com\/*", "*:\/\/www.rotoworld.com\/*" ], "js": [ "js\/jquery\/jquery.min.js", "src\/inject\/jquery.tooltipster.min.js", "src\/inject\/inject.js" ] } ], "web_accessible_resources": [ "http:\/\/www.draftduelcast.com\/salary.php" ] } |