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
官方網址 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"
        }
    ]
}