Mini Sticky Notes
Helps to quickly take a note of anything, anytime.
Cos'è Mini Sticky Notes?
Mini Sticky Notes è un'estensione di Chrome sviluppata da Jenis Patel, e la sua funzione principale è "Helps to quickly take a note of anything, anytime.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Mini Sticky Notes
Scarica i file di estensione Mini Sticky Notes 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
Sometimes we need to take a quick notes of points discussed during any meeting or a call so this extension will help you out there. It is just a board for you where you can add your daily important points that need to be focused on. RECENT UPDATES: ** Latest Release 1.3.2 (March 2018) ** 1. Minor UI changes. ** Update 1.3.1 (March 2018) ** 1. Support for auto saving has been added.
Informazioni di Base sull'Estensione
Nome | Mini Sticky Notes |
ID | ghhhlhbkkchjfnnliacdpmfjjgpmkbpd |
URL Ufficiale | https://chromewebstore.google.com/detail/mini-sticky-notes/ghhhlhbkkchjfnnliacdpmfjjgpmkbpd |
Descrizione | Helps to quickly take a note of anything, anytime. |
Dimensione del File | 39.92 KB |
Conteggio Installazioni | 13,310 |
Versione Corrente | 1.3.2 |
Ultimo Aggiornamento | 2018-03-12 |
Data di Pubblicazione | 2018-03-12 |
Valutazione | 4.67/5 Totale 24 Valutazioni |
Sviluppatore | Jenis Patel |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mini Sticky Notes", "description": "Helps to quickly take a note of anything, anytime.", "version": "1.3.2", "browser_action": { "default_icon": "icon.png", "default_title": "Mini Sticky Notes", "default_popup": "popup.html" }, "background": { "persistent": true, "page": "popup.html" }, "content_scripts": [ { "js": [ "js\/jquery.min.js", "js\/custom.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "permissions": [ "storage" ] } |