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.”。
擴展截圖
下載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. 擴展基本資訊
| 名稱 | |
| ID | bfnmciaipojieoamidnlopfacgilbiem |
| 官方網址 | 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'"
}
} | |