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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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" ] } |