Brexit means Breakfast
Spend some quality time eating Brexit at the morning's breakfast negotiations.
Wat is Brexit means Breakfast?
Brexit means Breakfast is een Chrome-extensie ontwikkeld door Shallot Breakfast, en de belangrijkste functie is "Spend some quality time eating Brexit at the morning's breakfast negotiations.".
Extensie Screenshots
Download het CRX-bestand van de extensie Brexit means Breakfast
Download Brexit means Breakfast-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | jemcpljicbjakkbiplngpdklgeonkiaf |
| Officiële URL | https://chromewebstore.google.com/detail/brexit-means-breakfast/jemcpljicbjakkbiplngpdklgeonkiaf |
| Beschrijving | Spend some quality time eating Brexit at the morning's breakfast negotiations. |
| Bestandsgrootte | 4.74 KB |
| Aantal Installaties | 11 |
| Huidige Versie | 1.0.2 |
| Laatst Bijgewerkt | 2017-07-11 |
| Publicatiedatum | 2017-07-11 |
| Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | Shallot Breakfast |
| Betalingswijze | free |
| Extensiewebsite | http://breakfastmeansbreakfast.tumblr.com |
| Ondersteunde Talen | 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"
}
]
} | |