Misquote

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

Misquoteとは何ですか?

Misquoteはhttps://pablostanley.comによって開発されたChromeの拡張機能で、その主な機能は「Misquote transforms the mundane into the extraordinary, delivering thought-provoking quotes that make you pause and ponder.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Misquote拡張機能のCRXファイルをダウンロード

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
Eメール [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'"
    }
}