Misquote
Misquote transforms the mundane into the extraordinary, delivering thought-provoking quotes that make you pause and ponder.
O que é Misquote?
Misquote é uma extensão do Chrome desenvolvida por https://pablostanley.com, e sua principal característica é "Misquote transforms the mundane into the extraordinary, delivering thought-provoking quotes that make you pause and ponder.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Misquote
Baixe arquivos de extensão Misquote no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Misquote |
ID | bfnmciaipojieoamidnlopfacgilbiem |
URL Oficial | https://chromewebstore.google.com/detail/misquote/bfnmciaipojieoamidnlopfacgilbiem |
Descrição | Misquote transforms the mundane into the extraordinary, delivering thought-provoking quotes that make you pause and ponder. |
Tamanho do Arquivo | 1.9 MB |
Contagem de Instalações | 34 |
Versão Atual | 1.0.0 |
Última Atualização | 2023-04-29 |
Data de Publicação | 2023-04-11 |
Classificação | 5.00/5 Total de 5 Avaliações |
Desenvolvedor | https://pablostanley.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://twitter.com/pablostanley |
Idiomas Suportados | 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'" } } |