PokeFinder
Wonder what this Pokemon is? We got you.
PokeFinder란 무엇입니까?
PokeFinder은(는) mdc405에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Wonder what this Pokemon is? We got you."입니다.
확장 프로그램 스크린샷
PokeFinder 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Ever read an article or post about Pokemon TCG and wonder exactly what that card did and have to then pop open another tab and search for that card? Not anymore! With this extension you can click the PokeBall on any page that mentions Pokemon TCG cards and it'll scan through the text and add a PokeBall next to any Pokemon it finds. Hovering over that PokeBall will show you a quick preview of that card right in the article! Couldn't be simpler. I built this for myself because I was new to the game and was annoyed having to keep searching for cards to figure out exactly what they did as I was reading about decks and strategy - so I built this so I wouldn't have to do that anymore. Hope this helps others as well!
확장 프로그램 기본 정보
이름 | PokeFinder |
ID | clfjfpgomipggphbakcdgjlnfkaeefpa |
공식 URL | https://chromewebstore.google.com/detail/pokefinder/clfjfpgomipggphbakcdgjlnfkaeefpa |
설명 | Wonder what this Pokemon is? We got you. |
파일 크기 | 233 KB |
설치 횟수 | 118 |
현재 버전 | 1 |
최근 업데이트 | 2018-10-14 |
출시 날짜 | 2018-10-13 |
평점 | 1.00/5 총 2 개의 평점 |
개발자 | mdc405 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PokeFinder", "description": "Wonder what this Pokemon is? We got you.", "version": "1", "author": "Mike Cruz", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_title": "Find Pokemon!" }, "permissions": [ "activeTab" ], "web_accessible_resources": [ "images\/*.png", "data\/*.json" ], "icons": { "16": "images\/icon-16x16.png", "32": "images\/icon-32x32.png", "48": "images\/icon-48x48.png", "128": "images\/icon-128x128.png" } } |