Mini Sticky Notes
Helps to quickly take a note of anything, anytime.
Was ist Mini Sticky Notes?
Mini Sticky Notes ist eine Chrome-Erweiterung, die von Jenis Patel entwickelt wurde, und ihr Hauptmerkmal ist "Helps to quickly take a note of anything, anytime.".
Erweiterungsscreenshots
Mini Sticky Notes-Erweiterungs-CRX-Datei herunterladen
Laden Sie Mini Sticky Notes-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Mini Sticky Notes |
ID | ghhhlhbkkchjfnnliacdpmfjjgpmkbpd |
Offizielle URL | https://chromewebstore.google.com/detail/mini-sticky-notes/ghhhlhbkkchjfnnliacdpmfjjgpmkbpd |
Beschreibung | Helps to quickly take a note of anything, anytime. |
Dateigröße | 39.92 KB |
Installationsanzahl | 13,310 |
Aktuelle Version | 1.3.2 |
Letztes Update | 2018-03-12 |
Veröffentlichungsdatum | 2018-03-12 |
Bewertung | 4.67/5 Insgesamt 24 Bewertungen |
Entwickler | Jenis Patel |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |