stickynote tab

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

Cos'è stickynote tab?

stickynote tab è un'estensione di Chrome sviluppata da ellayang40, e la sua funzione principale è "override the new tab page so that user can create sticky notes to take notes".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione stickynote tab

Scarica i file di estensione stickynote tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        * 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.                    

Informazioni di Base sull'Estensione

Nome stickynote tab stickynote tab
ID cpnckoglpiageliaeeopbhdahilnjeeb
URL Ufficiale https://chromewebstore.google.com/detail/stickynote-tab/cpnckoglpiageliaeeopbhdahilnjeeb
Descrizione override the new tab page so that user can create sticky notes to take notes
Dimensione del File 3.48 MB
Conteggio Installazioni 193
Versione Corrente 1.1
Ultimo Aggiornamento 2021-09-14
Data di Pubblicazione 2020-05-08
Valutazione 4.50/5 Totale 2 Valutazioni
Sviluppatore ellayang40
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/yinglan98/chrome-ext---sticky
Lingue Supportate 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"
    }
}