Sticky Notes

Sticky Notes for your Chrome. Organize all of the work with sticky notes and get things done.

¿Qué es Sticky Notes?

Sticky Notes es una extensión de Chrome desarrollada por Divin Divakaran, y su función principal es "Sticky Notes for your Chrome. Organize all of the work with sticky notes and get things done.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Sticky Notes

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

                        ------------------------------- FEATURES ----------------------------------------

- You'll see the notes every time you open a new tab in chrome.
- Unlimited number of notes can be added.
- Customise the background colour of the page and also the colour of the notes.
- The size of the note can be easily updated and can be dragged to any desired 
  location.
- The notes will stay in the exact position even after you exit and reopen.
- The application is lightweight and very fast
- A google search is also included with this application                    

Información Básica de la Extensión

Nombre Sticky Notes Sticky Notes
ID afdjehcoobjeopcnfdjncgjibchcomlg
URL Oficial https://chrome.google.com/webstore/detail/sticky-notes/afdjehcoobjeopcnfdjncgjibchcomlg
Descripción Sticky Notes for your Chrome. Organize all of the work with sticky notes and get things done.
Tamaño del Archivo 158 KB
Cantidad de Instalaciones 1,000
Versión Actual 1.0
Última Actualización 2018-12-18
Fecha de Publicación 2018-12-18
Calificación 2.67/5 Total de 6 Calificaciones
Desarrollador Divin Divakaran
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://www.divindivakaran.com
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sticky Notes",
    "description": "Sticky Notes for your Chrome. Organize all of the work with sticky notes and get things done.",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "storage",
        "contextMenus"
    ]
}