PuTTYKey
Download PuTTY and PuTTY Key Generator
What is PuTTYKey?
PuTTYKey is a Chrome extension developed by pushpakbhaltadak, and its main feature is "Download PuTTY and PuTTY Key Generator".
Extension Screenshots
Download PuTTYKey Extension CRX File
Download PuTTYKey extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Puttygen is nothing but the key generator tool by which the private and public SSH keys for putty is created. PuTTYgen is also counted as its primary function. PuTTYgen uses its format in .ppk to generate the keys. Puttygen is a part of putty. PuTTYgen originally made for the Microsoft Windows operating system, but now it is used for a multi-operating system like Linux, macOS, etc. For Windows, PuTTYgen.exe is the graphical tool, whereas, for the Linux OS, it is the command-line version and accessible by SSH commands. Generally, the Unix uses the command line type interface MS-Dos to get anything to be processed. Users need to write command lines. These command lines can run over the network, and the network protocol like SSH, Telnet, Rlogin, etc. helps these purposes. The network protocol SSH is a cryptographic network protocol, and it helps you access an internet server while encrypting any of the information sent to it. The other protocol is Telnet, Rlogin if you have a login account on a web server or connect to a UNIX system. PuTTY helps you in such kind of transfer. PuTTY can be easily installed with the PuTTY.msi package. There is no need for separate downloading. You can easily install and run the PuTTYgen very quickly once you download the PuTTY software.
Extension Basic Information
Name | PuTTYKey |
ID | jhmonegjdjhdgpjinbaimdgimgfeacgp |
Official URL | https://chromewebstore.google.com/detail/puttykey/jhmonegjdjhdgpjinbaimdgimgfeacgp |
Description | Download PuTTY and PuTTY Key Generator |
File Size | 18.14 KB |
Installation Count | 2,297 |
Current Version | 1.0.0 |
Last Updated | 2021-07-11 |
Publish Date | 2021-07-11 |
Rating | 4.56/5 Total 9 Ratings |
Developer | pushpakbhaltadak |
[email protected] | |
Payment Type | free |
Extension Website | https://www.puttykey.com |
Help Page URL | https://www.puttykey.com/contact-us/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PuTTYKey", "description": "Download PuTTY and PuTTY Key Generator", "version": "1.0.0", "icons": { "128": "icon_128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" } } |