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