Resolute Lacrosse
A Chrome theme for Resolute Lacrosse players.
Resolute Lacrosse란 무엇입니까?
Resolute Lacrosse은(는) https://davecampbell.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Chrome theme for Resolute Lacrosse players."입니다.
확장 프로그램 스크린샷
Resolute Lacrosse 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
A Resolute Lacrosse themed page will load every time you open a new page in your Chrome browser.
확장 프로그램 기본 정보
이름 | Resolute Lacrosse |
ID | llilkpippmmmdkaanehaphpcmniaoook |
공식 URL | https://chromewebstore.google.com/detail/resolute-lacrosse/llilkpippmmmdkaanehaphpcmniaoook |
설명 | A Chrome theme for Resolute Lacrosse players. |
파일 크기 | 1.28 MB |
설치 횟수 | 59 |
현재 버전 | 0.0.5 |
최근 업데이트 | 2015-10-06 |
출시 날짜 | 2015-10-06 |
평점 | 1.67/5 총 9 개의 평점 |
개발자 | https://davecampbell.co |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://resolutelacrosse.com/ |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Resolute Lacrosse", "version": "0.0.5", "manifest_version": 2, "author": "Dave Campbell | http:\/\/davecampbell.co", "description": "A Chrome theme for Resolute Lacrosse players.", "icons": { "16": "\/images\/icon16.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" }, "content_scripts": [ { "js": [ "contentscript.js" ], "matches": [ "*:\/\/*\/*" ], "all_frames": true } ], "web_accessible_resources": [ "frame.html" ], "browser_action": { "default_title": "Resolute Lacrosse Theme", "default_popup": "popup.html", "default_icon": "\/images\/icon48.png" }, "chrome_url_overrides": { "newtab": "resolute-extension.html" } } |