Misquote

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

Misquote क्या है?

Misquote https://pablostanley.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Misquote transforms the mundane into the extraordinary, delivering thought-provoking quotes that make you pause and ponder."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Misquote एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Misquote Misquote
ID bfnmciaipojieoamidnlopfacgilbiem
आधिकारिक URL https://chromewebstore.google.com/detail/misquote/bfnmciaipojieoamidnlopfacgilbiem
विवरण Misquote transforms the mundane into the extraordinary, delivering thought-provoking quotes that make you pause and ponder.
फ़ाइल का आकार 1.9 MB
स्थापना संख्या 34
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2023-04-29
प्रकाशन तिथि 2023-04-11
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर https://pablostanley.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://twitter.com/pablostanley
समर्थित भाषाएँ 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'"
    }
}