Sidebar of Sanity

Translates Daily Mail 'Sidebar of Shame' content from Fail into English.

Sidebar of Sanity란 무엇입니까?

Sidebar of Sanity은(는) craigthebrit에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Translates Daily Mail 'Sidebar of Shame' content from Fail into English."입니다.

확장 프로그램 스크린샷

screenshot

Sidebar of Sanity 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Had to visit the Daily Mail for news, only to find yourself sucked into the "sidebar of shame" that sits there on the right hand side, tempting you with meaningless drivel? Don't let their clever puns (ha!) and catchy headlines draw you in - install Sidebar of Sanity to see plain English descriptions of the stories to remind you that they're really not worth clicking on at all...

NEW: Updated June 24th 2016 in light of recent "EUvents"...                    

확장 프로그램 기본 정보

이름 Sidebar of Sanity Sidebar of Sanity
ID jfcpggnkfcjpikbjkdhmcmhjlooncpgo
공식 URL https://chromewebstore.google.com/detail/sidebar-of-sanity/jfcpggnkfcjpikbjkdhmcmhjlooncpgo
설명 Translates Daily Mail 'Sidebar of Shame' content from Fail into English.
파일 크기 22.38 KB
설치 횟수 13
현재 버전 1.1
최근 업데이트 2016-06-24
출시 날짜 2016-06-24
평점 5.00/5 총 6 개의 평점
개발자 craigthebrit
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.dailymail.co.uk\/*"
            ],
            "css": [
                "dailyfail.css"
            ],
            "js": [
                "dailyfail.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "description": "Translates Daily Mail 'Sidebar of Shame' content from Fail into English.",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png"
    },
    "name": "Sidebar of Sanity",
    "short_name": "SB of Sanity",
    "version": "1.1"
}