Take Note
An extension to help you take notes on long articles in your browser. Recognizes and formats code.
¿Qué es Take Note?
Take Note es una extensión de Chrome desarrollada por sarahhubschmail, y su función principal es "An extension to help you take notes on long articles in your browser. Recognizes and formats code.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Take Note
Descarga archivos de extensión Take 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
An app that helps you take notes on articles, blog posts, or documentation. Select the text you want to save, right click, and press 'Take Note'. You can go back and edit or delete any notes you take. The extension also recognizes and formats any code you save as a note.
Información Básica de la Extensión
Nombre | |
ID | jkhfbnadhkkefjioelljpcmkgnoamakg |
URL Oficial | https://chrome.google.com/webstore/detail/take-note/jkhfbnadhkkefjioelljpcmkgnoamakg |
Descripción | An extension to help you take notes on long articles in your browser. Recognizes and formats code. |
Tamaño del Archivo | 1.87 MB |
Cantidad de Instalaciones | 162 |
Versión Actual | 0.0.0.1 |
Última Actualización | 2017-08-10 |
Fecha de Publicación | 2017-08-10 |
Calificación | 4.00/5 Total de 6 Calificaciones |
Desarrollador | sarahhubschmail |
Tipo de Pago | free |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Take Note", "description": "An extension to help you take notes on long articles in your browser. Recognizes and formats code.", "background": { "scripts": [ "js\/jquery-3.2.1.js", "js\/background.js" ], "css": [ "style.css" ] }, "version": "0.0.0.1", "manifest_version": 2, "browser_action": { "default_popup": "popup.html", "default_title": "Take Note", "default_icon": "images\/icon.png" }, "permissions": [ "activeTab", "contextMenus", "storage", "tabs", "webNavigation" ], "icons": { "16": "images\/icon-bitty.png", "48": "images\/icon-bitty.png", "128": "images\/icon-bitty.png" } } |