Create a Google Keep™ Note

This extension creates a new note in Google Keep™

ما هو Create a Google Keep™ Note؟

Create a Google Keep™ Note هو إضافة Chrome تم تطويرها بواسطة Thomas Hammerlund، والميزة الرئيسية لها هي "This extension creates a new note in Google Keep™".

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

screenshot

تحميل ملف CRX للإضافة Create a Google Keep™ Note

قم بتنزيل ملفات الامتداد Create a Google Keep™ Note بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This extension creates a new note in Google Keep when you click it. A new tab will open right to a new note.

If you are not logged into your Google Account, you will be directed to log in to your account.

This is very useful for taking quick notes  and writing down ideas.                    

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

الاسم Create a Google Keep™ Note Create a Google Keep™ Note
ID adpkhhdlcmklfbjbehgpgjcbmbemffnb
عنوان URL الرسمي https://chromewebstore.google.com/detail/create-a-google-keep-note/adpkhhdlcmklfbjbehgpgjcbmbemffnb
الوصف This extension creates a new note in Google Keep™
حجم الملف 5.86 KB
عدد التثبيتات 492
النسخة الحالية 0.3
آخر تحديث 2022-07-22
تاريخ النشر 2021-04-17
المطور Thomas Hammerlund
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://sites.google.com/view/one-click-extensions/home
عنوان صفحة المساعدة https://sites.google.com/view/one-click-extensions/contact
عنوان صفحة سياسة الخصوصية https://sites.google.com/view/one-click-extensions/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Create a Google Keep\u2122 Note",
    "description": "This extension creates a new note in Google Keep\u2122",
    "version": "0.3",
    "author": "Thomas Hammerlund",
    "icons": {
        "128": "images\/icon128.png",
        "48": "images\/icon48.png"
    },
    "action": {
        "default_icon": "images\/icon128.png",
        "default_title": "Create a Google Keep\u2122 Note"
    },
    "background": {
        "service_worker": "background.js"
    }
}