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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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'"
    }
}