stickynote tab

override the new tab page so that user can create sticky notes to take notes

¿Qué es stickynote tab?

stickynote tab es una extensión de Chrome desarrollada por ellayang40, y su función principal es "override the new tab page so that user can create sticky notes to take notes".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión stickynote tab

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

                        * use new tab page to take quick notes on sticky notes 
* notes will be saved in the browser so that next time you open the new tab page, you will see your notes
* note allows text formatting such as bolding, lists, changing font color, etc
* can create, delete, and move notes
* can minimize and maximize the notes

Great for creating todo list and other quick notes for temporary use.                    

Información Básica de la Extensión

Nombre stickynote tab stickynote tab
ID cpnckoglpiageliaeeopbhdahilnjeeb
URL Oficial https://chromewebstore.google.com/detail/stickynote-tab/cpnckoglpiageliaeeopbhdahilnjeeb
Descripción override the new tab page so that user can create sticky notes to take notes
Tamaño del Archivo 3.48 MB
Cantidad de Instalaciones 193
Versión Actual 1.1
Última Actualización 2021-09-14
Fecha de Publicación 2020-05-08
Calificación 4.50/5 Total de 2 Calificaciones
Desarrollador ellayang40
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/yinglan98/chrome-ext---sticky
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "stickynote tab",
    "version": "1.1",
    "description": "override the new tab page so that user can create sticky notes to take notes",
    "permissions": [
        "storage",
        "tabs"
    ],
    "manifest_version": 2,
    "chrome_url_overrides": {
        "newtab": "dis_quill_1.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "images\/sticky_icon_16.png",
        "48": "images\/sticky_icon_48.png",
        "128": "images\/sticky_icon_128.png"
    }
}