NotesAlong: Advanced Web & PDF Highligher
A fun and effective new tool to highlight, organize, and share information.
¿Qué es NotesAlong: Advanced Web & PDF Highligher?
NotesAlong: Advanced Web & PDF Highligher es una extensión de Chrome desarrollada por http://notesalong.com, y su función principal es "A fun and effective new tool to highlight, organize, and share information.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión NotesAlong: Advanced Web & PDF Highligher
Descarga archivos de extensión NotesAlong: Advanced Web & PDF Highligher 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
NotesAlong is fully free and perfect for students and anyone who is doing research of any kind. Features: * Highlight and annotate web pages and PDFs using six different colors * Organize your information through collections, tags, colors, and reactions * Share all highlights on a webpage through a single click * Take detailed notes in addition to highlights using a rich text editor * Advanced search features An alternative to traditional notebook/note-taking apps such as Evernote, Google Keep and Microsoft OneNote.
Información Básica de la Extensión
Nombre | |
ID | egpbgcdjicaeknfhonheocaepjcabbjg |
URL Oficial | https://chrome.google.com/webstore/detail/notesalong-advanced-web-p/egpbgcdjicaeknfhonheocaepjcabbjg |
Descripción | A fun and effective new tool to highlight, organize, and share information. |
Tamaño del Archivo | 6.48 MB |
Cantidad de Instalaciones | 6,687 |
Versión Actual | 1.3.0 |
Última Actualización | 2021-05-25 |
Fecha de Publicación | 2020-06-30 |
Calificación | 4.50/5 Total de 125 Calificaciones |
Desarrollador | http://notesalong.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://notesalong.com |
URL de la Página de Ayuda | https://notesalong.com/contact |
URL de la Página de Política de Privacidad | https://notesalong.com/privacy |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NotesAlong: Advanced Web & PDF Highligher", "version": "1.3.0", "manifest_version": 2, "description": "A fun and effective new tool to highlight, organize, and share information.", "author": "https:\/\/notesalong.com", "browser_action": { "default_icon": { "16": "assets\/images\/logo16.png", "48": "assets\/images\/logo48.png", "128": "assets\/images\/logo128.png", "200": "assets\/images\/logo128.png" } }, "icons": { "16": "assets\/images\/logo16.png", "48": "assets\/images\/logo48.png", "128": "assets\/images\/logo128.png" }, "commands": { "load-assets": { "suggested_key": { "default": "Ctrl+Shift+1", "mac": "Ctrl+Shift+1" }, "description": "Initializes and loads highlights" }, "create-highlight": { "suggested_key": { "default": "Ctrl+Shift+2", "mac": "Ctrl+Shift+2" }, "description": "Creates a highlight" } }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self' 'sha256-Oxlk+WsHq8KBYW+rXNQek0H0bOxqKhv2\/IDKp5q\/1VA='", "background": { "scripts": [ "apps\/background\/background_app.js" ], "persistent": true }, "web_accessible_resources": [ "shared\/web_components\/*.*", "apps\/content_script\/content_script_app.js", "apps\/content_script\/main.css", "apps\/pdf\/*", "apps\/pdf\/web\/viewer.html" ], "externally_connectable": { "matches": [ "*:\/\/*.notesalong.com\/*", "*:\/\/lh3.googleusercontent.com\/*" ] }, "permissions": [ "activeTab", "storage", "tabs", "webNavigation", "commands", "http:\/\/*\/*notesalong*", "https:\/\/*\/*notesalong*" ] } |