Note Board Sticky Notes

Simple and very light weight extension,it remind your works or tasks.

ما هو Note Board Sticky Notes؟

Note Board Sticky Notes هو إضافة Chrome تم تطويرها بواسطة Krishna، والميزة الرئيسية لها هي "Simple and very light weight extension,it remind your works or tasks.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Note Board Sticky Notes

قم بتنزيل ملفات الامتداد Note Board Sticky Notes بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        It is very easy to handle and save your valuable points and remember your tasks on it

Our features:
 - Save Notes...!
 - Right click to add text in popup                    

معلومات أساسية عن التمديد

الاسم Note Board Sticky Notes Note Board Sticky Notes
ID aiichcjobjkafoiaapgoleibkogafemj
عنوان URL الرسمي https://chromewebstore.google.com/detail/note-board-sticky-notes/aiichcjobjkafoiaapgoleibkogafemj
الوصف Simple and very light weight extension,it remind your works or tasks.
حجم الملف 69.72 KB
عدد التثبيتات 332
النسخة الحالية 1.0
آخر تحديث 2020-12-10
تاريخ النشر 2020-12-09
تقييم 4.50/5 مجموع تقييمات 4
المطور Krishna
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.krishnamurthy.me/
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Note Board Sticky Notes",
    "version": "1.0",
    "description": "Simple and very light weight extension,it remind your works or tasks.",
    "permissions": [
        "storage",
        "notifications",
        "contextMenus",
        "unlimitedStorage"
    ],
    "browser_action": {
        "default_icon": "icons\/16.png",
        "default_title": "Click Me Here",
        "default_popup": "\/popup.html"
    },
    "background": {
        "scripts": [
            "\/scripts\/eventPage.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}