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."입니다.
확장 프로그램 스크린샷
Brexit means Breakfast 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" } ] } |