Unakite
Help developers organize and structure information related to programming decisions.
¿Qué es Unakite?
Unakite es una extensión de Chrome desarrollada por Michael, y su función principal es "Help developers organize and structure information related to programming decisions.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Unakite
Descarga archivos de extensión Unakite en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
General Description: The Unakite Chrome extension is designed to help programmers organize information foraged from the web. It helps programmers collect information from the web and organize it into a comparison table, so that they can make quicker, more informed decisions with the visualization. It is developed and maintained by a group of researchers at Carnegie Mellon University, Human-Computer Interaction Institute. It is a part of an on-going research effort in trying to make programming easier. Privacy Policy: The extension will have a sign in/out functionality using your personal Google account. Only the data of authenticated users will be recorded. As the research requires, the extension will capture the following data: (a) information you choose to collect using the extension (for example, you could use a built-in clipping tool to capture a part of a web page for reference); (b) every page URL and search query that associated with (a). Please avoid using the extension to work on proprietary or sensitive projects you do not wish the above information to be collected. Please either use a different browser (e.g. Safari or Firefox) or sign out to deal with tasks that you do not want to be recorded by the extension. There is a risk of revealing sensitive information via your searches and other usage of the extension. However, we will minimize this risk by: (1) using secure transfer protocols and encryption mechanisms to transmit and store the data on the server; (2) strictly limiting the full access to your data to only the members of the research group and the sponsor (NSF); (3) personally identifiable information are properly anonymized so that even researchers do not have knowledge of your identity. The extension uses Google Firebase platform as its backend, which provides fast and secure data storage and transmission out-of-the-box. This provides guarantee that the data generated by using the extension are securely protected from hacking and leaking to the greatest extent.
Información Básica de la Extensión
Nombre | |
ID | mbphcbmclhpjpdidjkgakgmdecfpkjhm |
URL Oficial | https://chrome.google.com/webstore/detail/unakite/mbphcbmclhpjpdidjkgakgmdecfpkjhm |
Descripción | Help developers organize and structure information related to programming decisions. |
Tamaño del Archivo | 6.23 MB |
Cantidad de Instalaciones | 62 |
Versión Actual | 2.2.1 |
Última Actualización | 2019-04-30 |
Fecha de Publicación | 2019-04-30 |
Calificación | 4.00/5 Total de 1 Calificaciones |
Desarrollador | Michael |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://unakite.info |
URL de la Página de Ayuda | https://unakite.info |
URL de la Página de Política de Privacidad | https://github.com/lxieyang/lxieyang.github.io/wiki/Chrome-Extension-Privacy-Policy |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Help developers organize and structure information related to programming decisions.", "version": "2.2.1", "name": "Unakite", "background": { "page": "background.html", "persistent": true }, "browser_action": { "default_popup": "browserTooltip.html", "default_icon": "icon-128.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Ctrl+Shift+K", "mac": "Command+Shift+K", "chromeos": "Ctrl+Shift+K", "linux": "Ctrl+Shift+K" } } }, "options_page": "options.html", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", " |