BetterSN

BetterSN is a Chrome plugin bringing some improvements to the new Brussels Airlines booking engine. It is - for now - just a quick…

BetterSN란 무엇입니까?

BetterSN은(는) Raphael Cockx에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "BetterSN is a Chrome plugin bringing some improvements to the new Brussels Airlines booking engine. It is - for now - just a quick…"입니다.

확장 프로그램 스크린샷

screenshot

BetterSN 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        BetterSN is a Chrome plugin bringing some improvements to the new Brussels Airlines booking engine. It is - for now - just a quick side project to fix some of the things that were bothering me about the new Brussels Airlines booking engine and entirely reflects my personal (dis)likes about the site.

That being said, if there's enough interest, I do plan to add some configuration options so that you can tailor the extension (and the site) to your own preferences.

Improvements

BetterSN makes changes to the results page for both flexible as well as fixed dates searches. This is what I tried to do:

Less wasted space: I found the amount of wasted space rather staggering. Some of that is caused by overly large fonts or generous margins which are now reduced or removed. Some blocks, mostly those recapping your search, are removed entirely - but only so when the information was already present elsewhere on the screen. In one case, BetterSN removes the airport codes - such as FRA for Frankfurt - but makes it visible when hovering over the airport name.

Easier to spot the lowest price: This actually looks like a bug on the Brussels Airlines website. When looking at flexible dates, a red background indicates 'promo' fares while a white background points out the lowest price. However, nearly all fares are on a white background and the meaning of 'promo' in this case is totally unclear as prices vary wildly. BetterSN strips out these different backgrounds and just indicates the lowest price on a clear yellow background.

Filter by maximum price: as of version 0.0.03, you can now set a maximum price for flexible searches and all date combinations below that price will show up on a pale yellow background. Set you budget and you'll see immediately when you can fly.

More information: Rather limited for now, but I did add a tooltip to flexible date searches where hovering over a combination of departure and arrival date will show you the number of nights between the two. Makes it a bit easier to decide I'd say.                    

확장 프로그램 기본 정보

이름 BetterSN BetterSN
ID nababaihebamjeinlfgggdfbkoeacadm
공식 URL https://chrome.google.com/webstore/detail/bettersn/nababaihebamjeinlfgggdfbkoeacadm
설명 BetterSN is a Chrome plugin bringing some improvements to the new Brussels Airlines booking engine. It is - for now - just a quick…
파일 크기 92.08 KB
설치 횟수 11
현재 버전 0.1.0
최근 업데이트 2014-10-19
출시 날짜 2014-10-19
개발자 Raphael Cockx
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BetterSN",
    "short_name": "bettersn",
    "version": "0.1.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/tdp.brusselsairlines.com\/*"
            ],
            "js": [
                "js\/jQuery.js",
                "js\/jquery.jeditable.mini.js",
                "js\/moment-with-locales.min.js",
                "js\/background.js"
            ],
            "css": [
                "css\/BetterSN.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "i-calendar-legend-low.png",
        "i-calendar-legend-lower.png",
        "spr-prev-next-week.png"
    ],
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}