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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An unofficial user interface reskin for fleck.com. This rearranges the tall UI to use more horizontal space and increases the…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Fleck Landscape एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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\/*"
    ]
}