Misquote
Misquote transforms the mundane into the extraordinary, delivering thought-provoking quotes that make you pause and ponder.
Was ist Misquote?
Misquote ist eine Chrome-Erweiterung, die von https://pablostanley.com entwickelt wurde, und ihr Hauptmerkmal ist "Misquote transforms the mundane into the extraordinary, delivering thought-provoking quotes that make you pause and ponder.".
Erweiterungsscreenshots
Misquote-Erweiterungs-CRX-Datei herunterladen
Laden Sie Misquote-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Misquote transforms the mundane into the extraordinary, delivering thought-provoking quotes that make you pause and ponder with gorgeous typography and an exquisite color palette.
Misquote is a Chrome extension powered by ChatGPT that presents you with an ironic twist on famous quotes every time you open a new tab. By combining and misquoting well-known sayings, Misquote generates thought-provoking and humorous messages displayed in beautiful typography and vibrant colors.
This unique blend of AI-generated content and aesthetics adds a touch of inspiration and entertainment to your browsing experience. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | bfnmciaipojieoamidnlopfacgilbiem |
| Offizielle URL | https://chromewebstore.google.com/detail/misquote/bfnmciaipojieoamidnlopfacgilbiem |
| Beschreibung | Misquote transforms the mundane into the extraordinary, delivering thought-provoking quotes that make you pause and ponder. |
| Dateigröße | 1.9 MB |
| Installationsanzahl | 34 |
| Aktuelle Version | 1.0.0 |
| Letztes Update | 2023-04-29 |
| Veröffentlichungsdatum | 2023-04-11 |
| Bewertung | 5.00/5 Insgesamt 5 Bewertungen |
| Entwickler | https://pablostanley.com |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://twitter.com/pablostanley |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Misquote",
"version": "1.0.0",
"description": "Misquote transforms the mundane into the extraordinary, delivering thought-provoking quotes that make you pause and ponder.",
"action": {
"default_icon": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"default_popup": "popup.html"
},
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"permissions": [],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
}
} | |