ProKeys
Save time and effort in emails, etc. with ProKeys! Define snippets, do math in browser, auto complete braces, and much more.
ProKeys란 무엇입니까?
ProKeys은(는) Aquila Softworks에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save time and effort in emails, etc. with ProKeys! Define snippets, do math in browser, auto complete braces, and much more."입니다.
확장 프로그램 스크린샷
ProKeys 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Never waste a second on repetitive typing and the tedium of copy-paste again. Impress your boss and colleagues with a spike in your productivity! This user-friendly text expander lets you save largish text expansions and associate them with short abbreviations. We support plain or styled text, local and sync browser storage, clipboard macros, date and time macros, dynamic value fields in expansions, dynamic math, omnibox support, and much more! Your words-per-minute will skyrocket, your colleagues will swoon at your productivity, online drudgery of the corporate world won't touch you, and you'll never bother with the Herculean task of right-click, copy, go-somewhere-else, right-click... For more info, visit the Help section inside the app, or watch the promo video on this page. ⋆Snippets⋆ - expand abbreviations Define custom abbreviations, and expand them by simply pressing the hotkey (default: Shift+Space). It can be even a full-length email to your customer! Example: "brb" can expand to "Be right back!" Think of these as "canned responses". ⋆Placeholders⋆ - fields (inside snippets) which can be given dynamic values on using the snippet. Example: snippet "wishBday", which you can use to wish your friends Happy Birthday! Since the name of the friend keeps changing, so you can add a placeholder in the snippet body, as "%name%" (without quotes). It'll be auto-highlighted whenever you use the snippet and you can type your friend's name into it. ⋆Mathomania⋆ - do math without leaving your text editor, and without calculators. Simply type the math expression inside the `[[` and `]]` and press `=` to get the results. (watch the promo video for details) Parentheses and exponentiation is also supported. Example: "[[ 15% * 600 =]]" gives "90" and "[[ (5+6) * 15^2 =]]" gives "2475". ⋆Omnibox support⋆ - use the keyword "pk" to directly expand snippets inside of the omnibox/address bar. ⋆Clipboard access⋆ - use [[%p]] anywhere in your snippet body, it is auto-replaced with the current clipboard data. ⋆Date/Time Macros⋆ - embed short symbols (inside a snippet body) which are auto-replaced their current date and time. Multiple date and time formats are supported. ⋆Date/Time Arithmetic⋆ - can be used to move forward or backward in time in the date and time macros. Supports both relative and independent evaluation of the symbols. ⋆Variables⋆ - quickly type date, time, browser version without having to leave your text editor or look at the clock! ⋆Auto-Insert⋆ - Quotes ('"') and braces - ( { [ -are auto-completed, and you can specify your custom insert-it-for-me symbols as well (like, inserting a '>' on typing of a '<') in the settings. ⋆Tab Key⋆ - can be used to insert 4 spaces, instead of its default function, thus speeding up your work. Notes: - All your data is stored on your PC (or synced across your Chrome sign-ins) and nothing is sent to any external servers! Check the source code if you wish to - https://github.com/GaurangTandon/ProKeys - You can disable ProKeys for particular websites in the Settings. - You can take a backup of your data, restore it, and print it as well. - You are sure of not losing your data as ProKeys stores (on your PC) past 20 revisions of your data. - You can switch between Sync and Local storage. Note that the following few web apps are known to be incompatible: 1. Facebook (only comments and profile posts)/Messenger/Quora - uses improper text editor. 2. Google Docs - as it is a full-fledged editor itself. (But Google Docs comments section works) Contact me at [email protected] if you know of a dynamic web app that's missing from the list above, or to give feedback. Also note that the input of type email and number do not support caret manipulation so ProKeys can't function there (and neither does it work in password fields, for obvious reasons). ProKeys developed with ♥ by - Gaurang Tandon and Varun Singh
확장 프로그램 기본 정보
이름 | ProKeys |
ID | ekfnbpgmmeahnnlpjibofkobpdkifapn |
공식 URL | https://chromewebstore.google.com/detail/prokeys/ekfnbpgmmeahnnlpjibofkobpdkifapn |
설명 | Save time and effort in emails, etc. with ProKeys! Define snippets, do math in browser, auto complete braces, and much more. |
파일 크기 | 291 KB |
설치 횟수 | 70,000 |
현재 버전 | 3.6.2 |
최근 업데이트 | 2021-08-25 |
출시 날짜 | 2019-06-30 |
평점 | 4.39/5 총 221 개의 평점 |
개발자 | Aquila Softworks |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/GaurangTandon/ProKeys |
도움말 페이지 URL | https://github.com/GaurangTandon/ProKeys/issues/new |
개인정보 보호 정책 페이지 URL | https://github.com/GaurangTandon/ProKeys/blob/master/PRIVACY_POLICY.md |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ProKeys", "description": "Save time and effort in emails, etc. with ProKeys! Define snippets, do math in browser, auto complete braces, and much more.", "version": "3.6.2", "author": "Aquila Softworks", "browser_action": { "default_icon": "imgs\/r16.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "content_scripts": [ { "js": [ "js\/detector.js" ], "css": [ "css\/blockSiteModal.css" ], "matches": [ " |