trimtr
Google翻訳で翻訳される文章を文ごとに改行したり、不要な改行・空白を削除したり見やすい形に整形します。This tool shapes sentences that will be translated in 'Google translate'.
trimtrคืออะไร?
trimtr เป็นส่วนขยายของ Chrome ที่พัฒนาโดย momochi และคุณลักษณะหลักของมันคือ "Google翻訳で翻訳される文章を文ごとに改行したり、不要な改行・空白を削除したり見やすい形に整形します。This tool shapes sentences that will be translated in 'Google translate'."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย trimtr
ดาวน์โหลดไฟล์ส่วนขยาย trimtr ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
※Google翻訳またはDeepLを開いているときにのみ かつ 翻訳対象が英文の場合のみこの拡張機能は機能します。 まず動作についてはこちらを確認してください! https://youtu.be/bFx3SCKmAuU trimtrは英文をGoogle翻訳に丸投げしている人に最も効果があります!もちろんそれ以外の人にも。 英文をコピペした時に文ごとに改行されていなくて見にくかったり、文中に変な改行や空白が入ってしまって英文の意味自体が変わってしまったという経験をされた方も多いのではないでしょうか。 そんな方はぜひこのtrimtrをご利用ください! trimtrはGoogle翻訳のテキストボックスで入力を終えたあとに、テキストボックス外をクリックすることで動作がスタートしてテキストボックスに入力された文章が整形されて変更されます。 ver1.2 DeepL (https://www.deepl.com/translator) に対応しました
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | kmagkdcodpbbiiacacmnjhidhnlmogef |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/trimtr/kmagkdcodpbbiiacacmnjhidhnlmogef |
คำอธิบาย | Google翻訳で翻訳される文章を文ごとに改行したり、不要な改行・空白を削除したり見やすい形に整形します。This tool shapes sentences that will be translated in 'Google translate'. |
ขนาดไฟล์ | 4.22 KB |
จำนวนการติดตั้ง | 245 |
เวอร์ชันปัจจุบัน | 1.3 |
อัปเดตครั้งล่าสุด | 2020-11-08 |
วันที่เผยแพร่ | 2020-03-22 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | momochi |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "trimtr", "version": "1.3", "description": "Google\u7ffb\u8a33\u3067\u7ffb\u8a33\u3055\u308c\u308b\u6587\u7ae0\u3092\u6587\u3054\u3068\u306b\u6539\u884c\u3057\u305f\u308a\u3001\u4e0d\u8981\u306a\u6539\u884c\u30fb\u7a7a\u767d\u3092\u524a\u9664\u3057\u305f\u308a\u898b\u3084\u3059\u3044\u5f62\u306b\u6574\u5f62\u3057\u307e\u3059\u3002This tool shapes sentences that will be translated in 'Google translate'.", "permissions": [ "activeTab", "tabs" ], "content_scripts": [ { "matches": [ "https:\/\/translate.google.com\/*", "https:\/\/translate.google.co.jp\/*", "https:\/\/www.deepl.com\/*" ], "js": [ "trimtr.js" ] } ], "background": { "scripts": [ "background.js" ], "persistent": false }, "manifest_version": 2 } |