Brexit means Breakfast

Spend some quality time eating Brexit at the morning's breakfast negotiations.

什么是Brexit means Breakfast?

Brexit means Breakfast是由Shallot Breakfast开发的Chrome扩展程序,该扩展的主要功能是“Spend some quality time eating Brexit at the morning's breakfast negotiations.”。

扩展截图

screenshot

下载Brexit means Breakfast扩展crx文件

下载Brexit means Breakfast扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Changes all instances of Brexit to breakfast a la several media gaffes.

Inspired by my breakfast blog at http://breakfastmeansbreakfast.tumblr.com

Changelog:

v1.0.2: Added support for David Davis & his ministry mates, breakfasters, and more
v1.0.1: Fixed weird capitalization on 'breakfast' when appearing in the middle of a sentence.
v1.0: Initial Release

Icon made by Freepik from www.flaticon.com                    

扩展基本信息

名称 Brexit means Breakfast Brexit means Breakfast
ID jemcpljicbjakkbiplngpdklgeonkiaf
官方URL https://chromewebstore.google.com/detail/brexit-means-breakfast/jemcpljicbjakkbiplngpdklgeonkiaf
简介 Spend some quality time eating Brexit at the morning's breakfast negotiations.
文件大小 4.74 KB
安装次数 11
当前版本 1.0.2
更新时间 2017-07-11
上架时间 2017-07-11
评分 5.00/5 共3次评分
开发者 Shallot Breakfast
付费类型 free
扩展官网 http://breakfastmeansbreakfast.tumblr.com
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Brexit means Breakfast",
    "description": "Spend some quality time eating Brexit at the morning's breakfast negotiations.",
    "version": "1.0.2",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}