Chrome Note
A handy way to keep notes while you browse the web
¿Qué es Chrome Note?
Chrome Note es una extensión de Chrome desarrollada por gazza7205, y su función principal es "A handy way to keep notes while you browse the web".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Chrome Note
Descarga archivos de extensión Chrome Note 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
This is a basic note taking application. I wanted something to keep notes while on the web and I wanted to take a stab at building a Chrome app. It is extremely basic and that was my intention. There are some improvements I'd like to make and will be doing so over time. I'll be putting this on GitHub soon too so you can fork/laugh at it :)
Información Básica de la Extensión
Nombre | Chrome Note |
ID | aockhgcalnpkacmmbabpenflbdikonmg |
URL Oficial | https://chromewebstore.google.com/detail/chrome-note/aockhgcalnpkacmmbabpenflbdikonmg |
Descripción | A handy way to keep notes while you browse the web |
Tamaño del Archivo | 86.14 KB |
Cantidad de Instalaciones | 1,069 |
Versión Actual | 1.1 |
Última Actualización | 2015-07-26 |
Fecha de Publicación | 2015-07-26 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | gazza7205 |
Tipo de Pago | free |
Idiomas Soportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chrome Note", "description": "A handy way to keep notes while you browse the web", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "app\/index.html" }, "permissions": [ "activeTab" ] } |