Mini Sticky Notes

Helps to quickly take a note of anything, anytime.

Mini Sticky Notes क्या है?

Mini Sticky Notes Jenis Patel द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Helps to quickly take a note of anything, anytime."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Mini Sticky Notes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Mini Sticky Notes Mini Sticky Notes
ID ghhhlhbkkchjfnnliacdpmfjjgpmkbpd
आधिकारिक URL https://chromewebstore.google.com/detail/mini-sticky-notes/ghhhlhbkkchjfnnliacdpmfjjgpmkbpd
विवरण Helps to quickly take a note of anything, anytime.
फ़ाइल का आकार 39.92 KB
स्थापना संख्या 13,310
वर्तमान संस्करण 1.3.2
अंतिम अपडेट 2018-03-12
प्रकाशन तिथि 2018-03-12
रेटिंग 4.67/5 कुल 24 रेटिंग्स
डेवलपर Jenis Patel
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    ]
}