Auto Text Expander 2 for Google Chrome™

生产工具插件大小: 0.14MiB版本: v 2.0.0更新时间: 2019-06-19
大小:0.14MiB版本:v 2.0.0更新时间:2019-06-19

Create custom keyboard shortcuts to expand and replace text as you type!

Auto Text Expander 2 for Google Chrome™ 的使用方法详解,最全面的教程


Auto Text Expander 2 for Google Chrome™ 描述:

用户数:60000

分类:生产工具插件

扩展大小:0.14M

最后更新时间:2019-06-19

版本:v 2.0.0


Auto Text Expander 2 for Google Chrome™ 插件简介:

这是来自Chrome商店的 Auto Text Expander 2 for Google Chrome™ 浏览器插件,您可以在当前页面下载它的最新版本安装文件,并安装在Chrome、Edge等浏览器上。


Auto Text Expander 2 for Google Chrome™插件下载方法/流程:

点击下载按钮,关注“扩展迷Extfans”公众号并获取验证码,在网页弹窗中输入验证码,即可下载最新安装文件。


Auto Text Expander 2 for Google Chrome™插件安装教程/方法:

(1)将扩展迷上下载的安装包文件(.zip)解压为文件夹,其中类型为“crx”的文件就是接下来需要用到的安装文件

(2) 从设置->更多工具->扩展程序 打开扩展程序页面,或者地址栏输入 Chrome://extensions/ 按下回车打开扩展程序页面

(3) 打开扩展程序页面的“开发者模式”

(4) 将crx文件拖拽到扩展程序页面,

完成安装如有其它安装问题,

请扫描网站底部二维码与客服联系如有疑问请参考:

https://www.extfans.com/installation/
Create custom keyboard shortcuts to expand and replace text as you type! Ever get tired of typing out long email addresses, phrases you frequently use, or just looking to save keystrokes as you type? Well fear not! Auto Text Expander is here to solve that -- kinda like TextExpander for Mac or AutoText for Windows, but installed and synced across Chrome browsers! This free (and ad-free) extension adds basic javascript to your pages to check if your last set of consecutive keystrokes matches any of any number of custom shortcuts you can define and expands and replaces that text as you type. Save time, typos, and the satisfaction of being extra lazy! This is an updated version of the extension created by carlinyuen (https://github.com/carlinyuen/ChromeAutoTextExpander). The last few updates in Github have not made it into the original extension, this version includes those changes. ** FEATURES ** - Keystroke checking is entirely local and nothing is sent to any servers for tracking. - Customizable list of shortcuts to expand, which are synced across Chrome browsers you sign into. - Omnibox (url address bar) supported for quick jumping to websites with code ATE - Support for regular text fields, and multiline expanded text / html can be injected into content-editable divs. - Limited support for advanced web apps -- see below for the list -- subject to breaking if they change their sites. Please email me or provide a feature request for more! - Ability to locally backup your shortcuts and restore them from backup (per signed-in browser), and you can import shortcuts in JSON yourself. - Macros for today's date with customizable format using Moment.js (date/time will be based on your browser/computer's clock). - Macro for inserting clipboard paste content into a shortcut. - Special tag for cursor location after expansion into contenteditable divs. - Icon next to the URL bar to let you easily access and edit your shortcuts / expansions. ** LIMITATIONS ** - Some sites intercept or block the script, or use frameworks that interfere with the extension, so your shortcuts won't work on those sites, see below for list. Email me if you find more! - The new HTML5 input fields of type "email" and "number" don't allow caret/cursor manipulation, so replacements are done at the end of the text instead. - Some sites also use iframes that are on a different security protocol (http vs https, like say an embedded Google Docs form, Google Hangouts), and that will prevent the script from working as well. - Chrome has storage limits, so expansions over a certain size or quantity will fail: https://developer.chrome.com/extensions/storage#properties - If you sign out of your browser, YOU WILL LOSE YOUR LOCAL BACKUP. This backup is only done in Chrome's localstorage layer: for security, I cannot initiate a download of the JSON. Please save a copy of your shortcuts from the Import/Export dialog in the Options page! ** KNOWN COMPATIBLE WEB APPS ** - Basecamp - Confluence (Atlassian) - Evernote - Facebook Chat - Gmail / Google Inbox - Google Translate - LinkedIn - MailChimp - Outlook - Salesforce - Slack ** KNOWN INCOMPATIBLE WEB APPS ** - Chatango - Chrome Web Store - Facebook Comments - Google Docs - Google Hangouts ** TRADEMARK & BRANDING NOTICE ** This is not a Google sponsored product. Google Chrome is a trademark of Google Inc. Use of this trademark is subject to Google permissions. Popchrom is a separate and similar product, and some of Popchrom's open sourced code was used in previous versions of Auto Text Expander. ** VERSION HISTORY ** v2.0.0 - Better iframe support, now supporting Hangouts! - New options UI: toggle autocap, explicit restore button, cleaned up tips, new layout - for import/export and shortcut timeout - Toggle on/off from icon - Attempt to add Google Docs support (failed) v1.9.5 - Fix for missing CKEditor domain regex check v1.9.4 - Fix for Salesforce.com support (thanks @kylelady) v1.9.3 - Fix for Zendesk.com (thanks @jaumebn) v1.9.2 - Fix for Zendesk Inbox (thanks @takeo) - Fix for Omnibox instructions v1.9.1 - Fix for O365 OWA v1.9.0 - Adding omnibox / url address bar support! Use the keyword 'ate' and the Tab key to trigger. - Attempt to add support for O365 OWA - Adding support for G+ communities - Fix support for Evernote - Fix to let consecutive shortcuts fire even if typed without whitespace v1.8.5 - Fix Inbox support - Increase max time for shortcut detection to 10s - Figure out what's going on with the @ shortcut prefix issue Still a work in progress, so constructive feedback and code contributions are welcome (https://github.com/carlinyuen/ChromeAutoTextExpander). v1.8.4 - Changed popup warnings when Chrome is not syncing the shortcuts properly to use a warning banner instead that is less in-your-face and still let you navigate sites without crying in frustration. - Fixing inconsistency with handling of trailing spaces. Should only add a space after the expansion if you typed a space. - Adding auto-capitalization with checking for lower-case versions of the word typed, and applying all-caps or just first letter capitalization automatically. - Updating crouton banners to require user-initiated dismiss sometimes, so they notice them. v1.8.3 - Replacing console.log() statements with debugLog() to reduce developer console spam. v1.8.2 - Fix for Salesforce support (was cutting short attaching listeners to new iframes). - Added new Textarea option for demoing shortcuts. - Slight optimization to attaching listeners by not running regex over all special cases. v1.8.1 - Added support for Google Inbox - Added support for Google Translate - Added support for MailChimp - Added support for Confluence (Atlassian) - Replacing annoying exception messages in console when script does not work with iframes v1.8.0 - Removing lots of jQuery dependencies to keep things lean and speed things up - Added checks into expander code to prevent expansion and warn user to refresh browser if shortcut database version is different - Added shortcut recovery in case of shortcuts disappearing for some reason - Adding localization for dates based off your browser locale (+160kb for locales) - Rewrote logic for inserting into editable iframes and divs, more accurate and reliable - Allowing HTML expansions for single line expansions too - Added demo area on the options page where you can test your shortcuts live! - Adding ability to convert what is in the demo area into HTML, so it doubles as a place where you can copy-paste HTML content and have it translated to expansion format. - Adding ability to determine cursor location when expanding into contenteditable divs by including a special tag in the expansion, instructions in Useful Tips section of options. v1.7.0 - Revamped options page! - Showing storage quotas - Added custom setting for shortcut recognition timeout - Fix for cursor positioning for editable iframes (Outlook, Evernote) - Basecamp support - Added better migration error handling of shortcuts database - Migration to new storage model for shortcuts (please report any issues) - Warning when leaving options page with unsaved shortcuts - Lots of refactoring of code - Lots of UI / UX fixes v1.6.1 - Moving page action to browser action (persistent options link next to URL bar instead), page action was too inconsistent anyway - Hotfix for broken inline Gmail message editor - Attempted integration with Facebook comments, but no dice. ReactJS framework doesn't play nice with ATE. :o( v1.6.0 - Added fix for Gmail's new message popup - Added support for Outlook v1.5.1 - Added fix for import/export popup height and scrolling for long content. - Added example for clipboard paste. v1.5.0 - Workarounds for input[type=email] and input[type=number]. - Added manual import/export of shortcuts through raw JSON. - Added clipboard macro to paste contents into expansion using %clip%. - Added better error handling, and listener adding / page action showing based off PopChrom's source. - Added convenience Refresh/Add/Save buttons to the bottom of the shortcut list for large lists. v1.4.0 - Added link for feature requests to separate from reviews. - Added support for Evernote Web upon request. v1.3.5 - Fixed bug where hitting enter in gchat field will not clear buffer so immediate shortcut won't work. - Added reinjection of content scripts on upgrade and fresh install so you don't have to refresh your tabs. - Added friendly notification that lets you know when the extension has been updated and encourages you to refresh the page just in case. v1.3.2 - Fixed issue where if you type in one field and then jump to another field really fast, shortcuts won't work for a moment. v1.3.1 - Set order of shortcuts in options to alphabetical. - Changed keyboard navigation in options to be more standard and less buggy. - Adding a shortcut adds to top of list instead of bottom to prevent unnecessary scrolling. - On save, shortcuts that saved are now properly highlighted instead of staying as faded until you hit refresh. - Switched out alert/confirm dialogs to custom dialogs so it would work in popup outside of options page. - Added scroll to top function for people with lots of shortcuts. v1.3.0 - Fixed bug with shortcuts resetting. - Added local backup and restore functionality. - Cleaned up options screen a little more and made it a little more intuitive. v1.2.6 - Cleaning up removal of shortcuts. - Wrapped in logic so users transitioning from old accounts don't see new shortcuts. v1.2.5 - Fixed bug where hitting the tab key doesn't clear the buffer. - Updated screenshots, options page descriptions. v1.2.2 - Opens options page and saves examples into user's shortcuts on first install to avoid confusion for first-timers. - Thanks to Jake (https://github.com/jstrength) for his contributions. v1.2.1 - Fixed bug where newlines were getting added to character buffer and messing up shortcuts. - HTML can now be added to content-editable divs (like in Gmail)! Try it: add <strong></strong> around things you want bolded in expanded text. v1.2.0 - Rearchitected storage of shortcuts to give user a lot more space. - Added error messages for whenever a shortcut / expansion goes over Chrome API limits. - Cleaned up options page some more. - Added autosizing on expansion text fields so we don't have to scroll so much. v1.1.6 - Adding listeners to all child iframes in document if possible. v1.1.5 - Added macros for today's date! Check it out in the options. v1.1.4 - Cleaning up and fixes for options popup. v1.1.3 - Stopped extension from cutting off Gmail keyboard shortcuts. - Improved and more consistent handling in contenteditable divs. - Cleaned up and optimized for better performance. - Removed annoying refresh on options popup when you hit Save. - Fixed issue with onclick callbacks not called in options popup due to manifest v2 defined by G.Chrome. - More useful / practical examples as defaults. - Better overall compatibility with other sites. v1.1.2 - Fixed css for feedback link v1.1.1 - Added feedback link in options page. v1.1.0 - Added multiline support. - Made improvements to the options page / popup. - Added examples if on first installation. v1.0.9 - Cleaning up code, took out icon in address bar for Google Docs. v1.0.8 - Optimizations, better error handling, and attempt to get Google Docs working. v1.0.6 - Fix for Gmail multiple lines. - Fix for address bar popup saving. v1.0.5 - Fix for Gmail & Facebook div use. - Optimizations. v1.0.3 - Adding better options support. v1.0.0 - First build!

相关应用

The world's most popular userscript manager
浏览网页时可轻松查看翻译版本。由Google翻译小组提供。
正版 idm 下载器正式登陆扩展迷商店。Download files with Internet Download Manager
阻止 YouTube™ 广告、弹出窗口并抵御恶意软件!
一款无与伦比的广告拦截扩展,用以对抗各式广告与弹窗。可以拦截 Facebook、YouTube 和其它所有网站的广告。
一款高效的网络请求过滤工具,占用极低的内存和 CPU。
在YouTube、Facebook、Twitch和其他你喜爱的网站上拦截广告和弹窗。
LastPass, an award-winning password manager, saves your passwords and gives you secure access from every computer and mobile device.
迅雷下载支持
back top top
back top top