Sticky Notes Extension

Easily add and organise sticky notes to your new tab page.

¿Qué es Sticky Notes Extension?

Sticky Notes Extension es una extensión de Chrome desarrollada por https://stickynotes-tab.com, y su función principal es "Easily add and organise sticky notes to your new tab page.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Sticky Notes Extension

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

                        Sticky Notes extension is a free new tab chrome extension that allows you to use your browser new tab as a designated board for sticky notes along with a accessible web search bar to look up things on the internet, at ease!

Simply type your notes or use voice to dictate your note information and organise them wherever you want on your tab.

By Clicking ‘Add to Chrome’, you are accepting and agreeing to install the Sticky Notes Extension, and understand that your browsers new tab will be changed to that provided by the service with search results by Microsoft Bing. Your usage of this extension will be governed by the Privacy Policy and Terms & Conditions links below.

Links:
https://iskra.com.au/privacy-policy/
https://iskra.com.au/terms-conditions/                    

Información Básica de la Extensión

Nombre Sticky Notes Extension Sticky Notes Extension
ID fblhamfcoiaipochpbcpmeaogimigghg
URL Oficial https://chromewebstore.google.com/detail/sticky-notes-extension/fblhamfcoiaipochpbcpmeaogimigghg
Descripción Easily add and organise sticky notes to your new tab page.
Tamaño del Archivo 565 KB
Cantidad de Instalaciones 57,197
Versión Actual 1.0.0
Última Actualización 2023-08-29
Fecha de Publicación 2023-08-29
Calificación 2.33/5 Total de 3 Calificaciones
Desarrollador https://stickynotes-tab.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://stickynotes-tab.com/
URL de la Página de Política de Privacidad https://www.iskra.com.au/privacy-policy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Sticky Notes Extension",
    "short_name": "Sticky Notes",
    "version": "1.0.0",
    "description": "Easily add and organise sticky notes to your new tab page.",
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "sticky.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "browser_style": false,
        "default_title": "Sticky Notes Tab"
    },
    "icons": {
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    }
}