Text-Aid-Too
Edit web inputs (including on GMail) with your favourite native text editor.
Text-Aid-Tooคืออะไร?
Text-Aid-Too เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Stephen Blott และคุณลักษณะหลักของมันคือ "Edit web inputs (including on GMail) with your favourite native text editor."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Text-Aid-Too
ดาวน์โหลดไฟล์ส่วนขยาย Text-Aid-Too ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Use vim or emacs, say, to edit web inputs. Unlike similar tools: - This also works with contentEditable inputs (such as those found on GMail or Google's Inbox). - This updates the input whenever the file is written, so you can preview your changes as you go along, without having to close your editor. - This sets the file extension appropriately, so your text editor can detect the correct file type (".txt" for regular inputs, and ".html" for contentEditable inputs). - Optionally (and experimentally), you can use Markdown to edit contentEditable inputs (for example, you can compose GMail messages using Markdown). See the web page for details. For more information (or to report issues), see the project web page: https://github.com/smblott-github/text-aid-too#text-aid-too. You will also have to install the text-aid-too server. The instructions are on the web page, above. This is not compatible with other text-aid servers. It doesn't use HTTP, but uses web sockets instead. What's new? - With server version 1.0.5, added experimental support for writing markdown for text from contentEditable inputs (e.g. the GMail compose window).
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Text-Aid-Too |
ID | klbcooigafjpbiahdjccmajnaehomajc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/text-aid-too/klbcooigafjpbiahdjccmajnaehomajc |
คำอธิบาย | Edit web inputs (including on GMail) with your favourite native text editor. |
ขนาดไฟล์ | 16.82 KB |
จำนวนการติดตั้ง | 118 |
เวอร์ชันปัจจุบัน | 1.1.1 |
อัปเดตครั้งล่าสุด | 2015-06-16 |
วันที่เผยแพร่ | 2015-06-16 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Stephen Blott |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/smblott-github/text-aid-too#text-aid-too |
URL หน้าช่วยเหลือ | https://github.com/smblott-github/text-aid-too/issues |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Text-Aid-Too", "version": "1.1.1", "description": "Edit web inputs (including on GMail) with your favourite native text editor.", "background": { "scripts": [ "common.js", "background.js" ] }, "options_page": "options.html", "content_scripts": [ { "matches": [ " |