VisualStudio Shortcode
Help developers to be more happy daily
What is VisualStudio Shortcode?
VisualStudio Shortcode is a Chrome extension developed by tadriano.net, and its main feature is "Help developers to be more happy daily".
Extension Screenshots
Download VisualStudio Shortcode Extension CRX File
Download VisualStudio Shortcode 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
Extensão criada para ajudar no desempenho dos desenvolvedores .NET a lembrarem de atalhos no Visual Studio, que podem ajudar na hora do desenvolvimento.
Extension Basic Information
Name | VisualStudio Shortcode |
ID | kcbkeeibdhpdajhnpdfjcfpcamjemadh |
Official URL | https://chromewebstore.google.com/detail/visualstudio-shortcode/kcbkeeibdhpdajhnpdfjcfpcamjemadh |
Description | Help developers to be more happy daily |
File Size | 3.99 KB |
Installation Count | 136 |
Current Version | 1.0 |
Last Updated | 2016-07-21 |
Publish Date | 2016-07-21 |
Rating | 4.00/5 Total 2 Ratings |
Developer | tadriano.net |
Payment Type | free |
Supported Languages | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "VisualStudio Shortcode", "description": "Help developers to be more happy daily", "version": "1.0", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "VisualStudio Shortcode", "default_icon": "icon.png", "default_popup": "popup.html" }, "manifest_version": 2 } |