Misquote
Misquote transforms the mundane into the extraordinary, delivering thought-provoking quotes that make you pause and ponder.
Cos'è Misquote?
Misquote è un'estensione di Chrome sviluppata da https://pablostanley.com, e la sua funzione principale è "Misquote transforms the mundane into the extraordinary, delivering thought-provoking quotes that make you pause and ponder.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Misquote
Scarica i file di estensione Misquote in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | bfnmciaipojieoamidnlopfacgilbiem |
| URL Ufficiale | https://chromewebstore.google.com/detail/misquote/bfnmciaipojieoamidnlopfacgilbiem |
| Descrizione | Misquote transforms the mundane into the extraordinary, delivering thought-provoking quotes that make you pause and ponder. |
| Dimensione del File | 1.9 MB |
| Conteggio Installazioni | 34 |
| Versione Corrente | 1.0.0 |
| Ultimo Aggiornamento | 2023-04-29 |
| Data di Pubblicazione | 2023-04-11 |
| Valutazione | 5.00/5 Totale 5 Valutazioni |
| Sviluppatore | https://pablostanley.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://twitter.com/pablostanley |
| Lingue Supportate | 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'"
}
} | |