ChatGPT Widthify
画面上に表示されるスライドを操作することによってサイドバーの横幅とテキストが表示されるエリアの横幅を変更することができます。
Cos'è ChatGPT Widthify?
ChatGPT Widthify è un'estensione di Chrome sviluppata da shinaps, e la sua funzione principale è "画面上に表示されるスライドを操作することによってサイドバーの横幅とテキストが表示されるエリアの横幅を変更することができます。".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ChatGPT Widthify
Scarica i file di estensione ChatGPT Widthify in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
この拡張機能は、ユーザーがウェブページ上のサイドバーやテキストベースの幅を動的に調整できるようにすることを目的としています。この機能により、ユーザーはページのレイアウトを自分の好みに合わせて簡単にカスタマイズできます。
Informazioni di Base sull'Estensione
Nome | ChatGPT Widthify |
ID | fjoikbdlgemabllkjbggmmkcfmojncig |
URL Ufficiale | https://chromewebstore.google.com/detail/chatgpt-widthify/fjoikbdlgemabllkjbggmmkcfmojncig |
Descrizione | 画面上に表示されるスライドを操作することによってサイドバーの横幅とテキストが表示されるエリアの横幅を変更することができます。 |
Dimensione del File | 24.93 KB |
Conteggio Installazioni | 154 |
Versione Corrente | 1.0.4 |
Ultimo Aggiornamento | 2023-05-11 |
Data di Pubblicazione | 2023-04-09 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | shinaps |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://twitter.com/sh1n4ps |
Lingue Supportate | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ChatGPT Widthify", "version": "1.0.4", "description": "\u753b\u9762\u4e0a\u306b\u8868\u793a\u3055\u308c\u308b\u30b9\u30e9\u30a4\u30c9\u3092\u64cd\u4f5c\u3059\u308b\u3053\u3068\u306b\u3088\u3063\u3066\u30b5\u30a4\u30c9\u30d0\u30fc\u306e\u6a2a\u5e45\u3068\u30c6\u30ad\u30b9\u30c8\u304c\u8868\u793a\u3055\u308c\u308b\u30a8\u30ea\u30a2\u306e\u6a2a\u5e45\u3092\u5909\u66f4\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002", "icons": { "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*" ], "js": [ "contentScript.js" ], "css": [ "styles.css" ] } ] } |