Misquote

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

Qu'est-ce que Misquote ?

Misquote est une extension Chrome développée par https://pablostanley.com, et sa fonction principale est "Misquote transforms the mundane into the extraordinary, delivering thought-provoking quotes that make you pause and ponder.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Misquote

Téléchargez les fichiers d'extension Misquote au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Misquote Misquote
ID bfnmciaipojieoamidnlopfacgilbiem
URL Officiel https://chromewebstore.google.com/detail/misquote/bfnmciaipojieoamidnlopfacgilbiem
Description Misquote transforms the mundane into the extraordinary, delivering thought-provoking quotes that make you pause and ponder.
Taille du Fichier 1.9 MB
Nombre d'Installations 34
Version Actuelle 1.0.0
Dernière Mise à Jour 2023-04-29
Date de Publication 2023-04-11
Évaluation 5.00/5 Total 5 Évaluations
Développeur https://pablostanley.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://twitter.com/pablostanley
Langues Prises en Charge 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'"
    }
}