Misquote

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

Τι είναι το Misquote;

Το Misquote είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 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 της επέκτασης Misquote

Λήψη αρχείων επέκτασης Misquote σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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'"
    }
}