Misquote

Misquote transforms the mundane into the extraordinary, delivering thought-provoking quotes that make you pause and ponder.

Co je Misquote?

Misquote je rozšíření Chrome vyvinuté https://pablostanley.com, a jeho hlavní funkcí je „Misquote transforms the mundane into the extraordinary, delivering thought-provoking quotes that make you pause and ponder.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Misquote

Stáhněte si soubory rozšíření Misquote ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Misquote Misquote
ID bfnmciaipojieoamidnlopfacgilbiem
Oficiální URL https://chromewebstore.google.com/detail/misquote/bfnmciaipojieoamidnlopfacgilbiem
Popis Misquote transforms the mundane into the extraordinary, delivering thought-provoking quotes that make you pause and ponder.
Velikost souboru 1.9 MB
Počet instalací 34
Aktuální Verze 1.0.0
Poslední Aktualizace 2023-04-29
Datum Vydání 2023-04-11
Hodnocení 5.00/5 Celkem 5 Hodnocení
Vývojář https://pablostanley.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://twitter.com/pablostanley
Podporované Jazyky 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'"
    }
}