Dumb It Down
Use DumbItDown.ai to dumb text down.
Dumb It Downとは何ですか?
Dumb It DownはDumb It Downによって開発されたChromeの拡張機能で、その主な機能は「Use DumbItDown.ai to dumb text down.」です。
拡張機能のスクリーンショット
Dumb It Down拡張機能のCRXファイルをダウンロード
Dumb It Down拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Use AI to dumb text down. AI provided by OpenAI takes any piece of text and simplifies it so that anybody can understand it. Whether it’s a confusing definition of a scientific principle, or an unnecessarily wordy news article, don’t panic. Dumb It Down. Simple! You can also generate a sharing link for your simplified text. This extension makes Dumbing It Down even quicker and easier – simply highlight the confusing text and with a couple of clicks: voila! Simple.
拡張機能の基本情報
名前 | Dumb It Down |
ID | fangnmncdckemlnponnhmgoipebjinlc |
公式URL | https://chromewebstore.google.com/detail/dumb-it-down/fangnmncdckemlnponnhmgoipebjinlc |
説明 | Use DumbItDown.ai to dumb text down. |
ファイルサイズ | 13.77 KB |
インストール数 | 1,000 |
現在のバージョン | 1.0.0 |
最終更新日 | 2023-10-05 |
公開日 | 2023-02-12 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | Dumb It Down |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://dumbitdown.ai |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Dumb It Down", "version": "1.0.0", "description": "Use DumbItDown.ai to dumb text down.", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "action": { "default_popup": "popup.html" }, "background": { "service_worker": "scripts\/background.js" }, "permissions": [ "contextMenus" ] } |