Mini Sticky Notes

Helps to quickly take a note of anything, anytime.

Wat is Mini Sticky Notes?

Mini Sticky Notes is een Chrome-extensie ontwikkeld door Jenis Patel, en de belangrijkste functie is "Helps to quickly take a note of anything, anytime.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Mini Sticky Notes

Download Mini Sticky Notes-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Mini Sticky Notes Mini Sticky Notes
ID ghhhlhbkkchjfnnliacdpmfjjgpmkbpd
Officiële URL https://chromewebstore.google.com/detail/mini-sticky-notes/ghhhlhbkkchjfnnliacdpmfjjgpmkbpd
Beschrijving Helps to quickly take a note of anything, anytime.
Bestandsgrootte 39.92 KB
Aantal Installaties 13,310
Huidige Versie 1.3.2
Laatst Bijgewerkt 2018-03-12
Publicatiedatum 2018-03-12
Beoordeling 4.67/5 Totaal 24 Beoordelingen
Ontwikkelaar Jenis Patel
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}