Sticky Notes Tab
Simple sticky notes board - tab extension
Cos'è Sticky Notes Tab?
Sticky Notes Tab è un'estensione di Chrome sviluppata da mcha, e la sua funzione principale è "Simple sticky notes board - tab extension".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Sticky Notes Tab
Scarica i file di estensione Sticky Notes 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
A simple sticky notes board - tab extension. Add sticky notes board to new-tabs. Options to: - Change board background color (day/night) - Change notes background, font-color, font-size, font-family - Position notes anywhere on the board
Informazioni di Base sull'Estensione
Nome | Sticky Notes Tab |
ID | ofhklbffoehlkndkhdhjlfkiobbcoogd |
URL Ufficiale | https://chromewebstore.google.com/detail/sticky-notes-tab/ofhklbffoehlkndkhdhjlfkiobbcoogd |
Descrizione | Simple sticky notes board - tab extension |
Dimensione del File | 70.49 KB |
Conteggio Installazioni | 1,717 |
Versione Corrente | 2.0.5 |
Ultimo Aggiornamento | 2020-09-21 |
Data di Pubblicazione | 2019-03-17 |
Valutazione | 4.06/5 Totale 18 Valutazioni |
Sviluppatore | mcha |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/mustafawm/stickynotes |
URL della Pagina di Aiuto | https://github.com/mustafawm/stickynotes |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Sticky Notes Tab", "short_name": "Stick Notes Tab", "version": "2.0.5", "description": "Simple sticky notes board - tab extension", "author": "mustafa", "homepage_url": "https:\/\/github.com\/mustafawm\/stickynotes", "permissions": [ "storage" ], "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "16": "icons\/16icon.png", "32": "icons\/32icon.png", "48": "icons\/48icon.png", "128": "icons\/128icon.png" } } |