Fleck Landscape
An unofficial user interface reskin for fleck.com. This rearranges the tall UI to use more horizontal space and increases the…
Fleck Landscape란 무엇입니까?
Fleck Landscape은(는) Jordan Sommers에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An unofficial user interface reskin for fleck.com. This rearranges the tall UI to use more horizontal space and increases the…"입니다.
확장 프로그램 스크린샷
Fleck Landscape 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
An unofficial user interface reskin for fleck.com. This rearranges the tall UI to use more horizontal space and increases the viewable area of chat. New in Version 2.3 *Alternative log display for users logging in and out Older Features *Weather forecasting for current location by clicking on weather in the location bar *Settings to hide Quest Tracker and Pre Combat Lobby *Custom quick jump buttons *List of Wishing Well locations with links *Quick toggle combat weapon button *Optionally submit combat data *Custom chat highlighting filters available in settings *Emoticons *Find current coordinates using the find me button *Settings – customizable landscape panel placement and sizing. *Username Highlighting: posts that use your Fleck handle are highlighted light red. If you're not in the same channel, the notification bubble will also turn red. Note: this extension is not supported by fleck.com or Self Aware Games. If you are having user interface issues, please disable the extension before reporting any bugs.
확장 프로그램 기본 정보
이름 | Fleck Landscape |
ID | ngddidonelpfipgpngbianfjlkmlpbfk |
공식 URL | https://chromewebstore.google.com/detail/fleck-landscape/ngddidonelpfipgpngbianfjlkmlpbfk |
설명 | An unofficial user interface reskin for fleck.com. This rearranges the tall UI to use more horizontal space and increases the… |
파일 크기 | 384 KB |
설치 횟수 | 35 |
현재 버전 | 2.3.0.4 |
최근 업데이트 | 2013-06-07 |
출시 날짜 | 2013-06-06 |
평점 | 4.88/5 총 8 개의 평점 |
개발자 | Jordan Sommers |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.fleck.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fleck Landscape", "version": "2.3.0.4", "options_page": "fancy-settings\/source\/index.html", "background": { "scripts": [], "page": "background.html" }, "content_scripts": [ { "matches": [ "*:\/\/www.fleck.com\/*", "*:\/\/fleck.com\/*" ], "js": [ "jquery-1.9.1.min.js", "jquery.cssemoticons.min.js", "jquery-ui-1.10.2.custom.min.js", "rearrange.js" ], "css": [ "jquery.cssemoticons.css", "landscape.css" ] } ], "web_accessible_resources": [ "chatHooks.js", "draggablePopups.js", "externalContent.js", "geoUtils.js", "statCollection.js", "weaponToggle.js", "weatherForecast.js", "jquery.cssemoticons.min.js", "jquery.cssemoticons.css", "entypo.css", "font\/entypo.eot", "font\/entypo.woff", "font\/entypo.ttf", "font\/entypo.svg" ], "permissions": [ "http:\/\/www.fleck.com\/*" ] } |