TabNote

use your Browser as your Notepad, take notes while you are browsing

¿Qué es TabNote?

TabNote es una extensión de Chrome desarrollada por https://tabnote.co, y su función principal es "use your Browser as your Notepad, take notes while you are browsing".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión TabNote

Descarga archivos de extensión TabNote 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

                        TabNote is a free and offline chrome extension which can use to take notes while you are browsing the web. 🤗

TabNote is free and offline 😍 😻

🤖 You can customize your TabNote by setting up font size, font color, font family, background color, spell checker etc.

You can use TabNote as a clipboard or a notepad. Purpose of TabNote is productivity. You don't have to wait until for notepad, TabNote is a single click away. 👼

How to customize your TabNote?
- right click on TabNote launcher icon and select Options
- you will see customizable options

Take notes while you are browsing with TabNote 😊

TabNote is managed on GitHub and licensed under the MIT license.
https://github.com/devrolabs/TabNote                    

Información Básica de la Extensión

Nombre TabNote TabNote
ID geahanokafgmnleflfpekpmnkceehifk
URL Oficial https://chrome.google.com/webstore/detail/tabnote/geahanokafgmnleflfpekpmnkceehifk
Descripción use your Browser as your Notepad, take notes while you are browsing
Tamaño del Archivo 130 KB
Cantidad de Instalaciones 354
Versión Actual 0.2.0.1
Última Actualización 2019-02-16
Fecha de Publicación 2019-02-16
Calificación 4.00/5 Total de 4 Calificaciones
Desarrollador https://tabnote.co
Tipo de Pago free
Sitio Web de la Extensión https://tabnote.co/
URL de la Página de Ayuda https://tabnote.co/faq
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TabNote",
    "short_name": "TabNote",
    "description": "use your Browser as your Notepad, take notes while you are browsing",
    "version": "0.2.0.1",
    "background": {
        "scripts": [
            "jquery-3.3.1.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "popup.html",
    "permissions": [
        "tabs",
        "activeTab",
        "http:\/\/*\/",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "notifications",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        },
        "default_title": "TabNote"
    }
}