Developed by: Aquila Softworks (Gaurang Tandon, Jaidev Shriram, Yoogottam Khandelwal and Varun Singh)
Work on this project had come to a halt for quite a long time, and we have now taken the sad decision to suspend all activity on this project (this also includes answering customer queries or fixing critical vulnerabilities if any). We are college students who are caught up in our own collegework and side-projects, and are unfortunately unable to find the time or energy to work on this project anymore.
I (Gaurang) had originally conceived this project five years ago, and I have appreciated the long term association with this, and the learning I have gained by working on this, as well as by interacting with several valuable customers. To date I have received hundreds of emails, and replied to many of them. Even if I had not replied to your mail, please be assured I had definitely read it but could not reply due to time constraints.
Entire organizations have used this project - which merely started as a side project for me - in their customer service units, and I am more than honored to have started a project that was - at its peak - used by 30k+ users globally. I appreciate all the love and support this project got from all the users, and I am forever thankful to them.
If you still use ProKeys, do not worry! It will continue to work as it has worked so far. I own the extension on the Web Store, and I am NOT going to sell this extension off to a third party, since I am aware that this extension handles critical personal user data, and the chances that a third party could potentially sell that data are large.
Note: Even though work on this project is halted, we are not giving up the rights to the name on the Web Store. The ProKeys extension still continues to exist on the Web Store. It is still being regularly used by 20k+ users globally. The license terms still remain intact.
ProKeys is a completely free, Google Chrome and Opera extension that lets you be productive in online text-related work with its number of features like:
[More info on all these in Help section inside the app]
[[%p]]
anywhere in your snippet body. It will automatically be substituted with the current clipboard data.[[%s(snip_name)]]
.+
or -
sign to move forward or backward in time in date/time macros. Supports both relative as well as independent evaluation.Except for the feather-weight open-source QuillJS rich text editor, I only utilized vanilla JS for super performance and less app size. Also Eric Meyer's CSS reset stylesheet - public domain - has been used with modifications.
Some icon images have been sourced from Font Awesome 5. The license is at this link. No changes (except scaling) were made to these images.
Are shared on here in a long, three post series. In brief: this extension uses content scripts which are injected into every page and (what follows is for the snippet functionality only) every time the user presses the hotkey, a check is made for the preceding text, which if matches the name of any of the snippets, is substituted with the snippet body. A subsequent test for placeholders is made as well.
First of all, thanks for your contribution! Every small bit of it counts! You can:
To setup this repo, clone it, cd
into it, and then run npm run build
. This will create a unminified development build in ./dist
which you can then load into Chrome. This step is required because Chrome does not yet natively support import
/export
syntax for Chrome extensions.
We use both global variables and import
/export
ones. The import
/export
ones are either functions or unmodified constants. Only those variables are declared under window
which need to be modified in different scripts.
Contact us - prokeys.feedback@gmail.com - to discuss anything related to the above if you want to.