Text-Aid-Too
Edit web inputs (including on GMail) with your favourite native text editor.
什麼是Text-Aid-Too?
Text-Aid-Too是由Stephen Blott開發的Chrome擴展程式,該擴展的主要功能是“Edit web inputs (including on GMail) with your favourite native text editor.”。
擴展截圖
下載Text-Aid-Too擴展crx文件
下載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 |
官方網址 | 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": [ " |