Secret Notes

Keep notes and hide them by closing the chrome extension. Good for using when you need to access notes quickly

ما هو Secret Notes؟

Secret Notes هو إضافة Chrome تم تطويرها بواسطة Nicholas Z.، والميزة الرئيسية لها هي "Keep notes and hide them by closing the chrome extension. Good for using when you need to access notes quickly".

تحميل ملف CRX للإضافة Secret Notes

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

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

                                            

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

الاسم Secret Notes Secret Notes
ID hedimpoelhfnnnkhnbbdpaahkjenfppn
عنوان URL الرسمي https://chromewebstore.google.com/detail/secret-notes/hedimpoelhfnnnkhnbbdpaahkjenfppn
الوصف Keep notes and hide them by closing the chrome extension. Good for using when you need to access notes quickly
حجم الملف 39.12 KB
عدد التثبيتات 173
النسخة الحالية 2.0
آخر تحديث 2018-01-18
تاريخ النشر 2018-01-17
تقييم 5.00/5 مجموع تقييمات 1
المطور Nicholas Z.
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Secret Notes",
    "short_name": "SecretNotes",
    "description": "Keep notes and hide them by closing the chrome extension.  Good for using when you need to access notes quickly",
    "version": "2.0",
    "icons": {
        "128": "icon\/128.png",
        "48": "icon\/48.png"
    },
    "browser_action": {
        "default_icon": "icon\/48.png",
        "default_popup": "popup.html"
    }
}