Pre-Draft Rankings for Yahoo Fantasy Sports
Copy and paste player names to auto-populate your pre-draft rankings for Yahoo Fantasy Sports.
什麼是Pre-Draft Rankings for Yahoo Fantasy Sports?
Pre-Draft Rankings for Yahoo Fantasy Sports是由Henry Goodman開發的Chrome擴展程式,該擴展的主要功能是“Copy and paste player names to auto-populate your pre-draft rankings for Yahoo Fantasy Sports.”。
擴展截圖
下載Pre-Draft Rankings for Yahoo Fantasy Sports擴展crx文件
下載Pre-Draft Rankings for Yahoo Fantasy Sports擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Tired of manually selecting preferred players for your fantasy football draft? This extension lets you copy and paste player names from your custom cheatsheet and load them into the Yahoo pre-draft interface. Here's how it works: Navigate to "Draft" > "Pre-Draft Rankings" from the menu and click "Edit My Pre-Draft Player Rankings". Click the button to expand the default player list and paste your player names in the provided text box. Click "Next" to organize your player list and then click to search for players and queue them to be added to your list. Click "Save Changes" when your players have been added to the queue. All done! This extension is for those who choose to auto-draft and/or those who get their cheatsheets from third-party sites like fantasypros.com. Source code is available at: github.com/hgoodman/yahoo-pre-draft This is a third-party extension, not supported by Yahoo!
擴展基本資訊
名稱 | Pre-Draft Rankings for Yahoo Fantasy Sports |
ID | lopaeiabeananjanjciigpdemchnmona |
官方網址 | https://chromewebstore.google.com/detail/pre-draft-rankings-for-ya/lopaeiabeananjanjciigpdemchnmona |
簡介 | Copy and paste player names to auto-populate your pre-draft rankings for Yahoo Fantasy Sports. |
檔案大小 | 45.96 KB |
安裝次數 | 3,182 |
目前版本 | 0.2.2 |
更新時間 | 2017-06-16 |
上架時間 | 2017-06-16 |
評分 | 4.76/5 共 29 次評分 |
開發者 | Henry Goodman |
付費類型 | free |
擴展官網 | https://github.com/hgoodman/yahoo-pre-draft |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pre-Draft Rankings for Yahoo Fantasy Sports", "version": "0.2.2", "description": "Copy and paste player names to auto-populate your pre-draft rankings for Yahoo Fantasy Sports.", "icons": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "author": "Henry Goodman", "content_scripts": [ { "matches": [ "*:\/\/*.fantasysports.yahoo.com\/*\/editprerank*" ], "js": [ "jquery-3.1.0.min.js", "pdr_players.js", "content.js" ] } ], "web_accessible_resources": [ "clipboard.html", "img\/icon16.png" ] } |