Sidebar of Sanity

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

Sidebar of Sanityคืออะไร?

Sidebar of Sanity เป็นส่วนขยายของ Chrome ที่พัฒนาโดย craigthebrit และคุณลักษณะหลักของมันคือ "Translates Daily Mail 'Sidebar of Shame' content from Fail into English."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sidebar of Sanity

ดาวน์โหลดไฟล์ส่วนขยาย Sidebar of Sanity ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}