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文件

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