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…”。

扩展截图

screenshot

下载Fleck Landscape扩展crx文件

下载Fleck Landscape扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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\/*"
    ]
}