Take a note

This extension will let you take a simple note in Chrome.

ما هو Take a note؟

Take a note هو إضافة Chrome تم تطويرها بواسطة omgmog، والميزة الرئيسية لها هي "This extension will let you take a simple note in Chrome.".

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

screenshot

تحميل ملف CRX للإضافة Take a note

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

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

                        A simple extension that lets you take a note in chrome. The note will persist until you press the 'Clear' button.                    

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

الاسم Take a note Take a note
ID kfiafdpdemicicjnfadpklcolhjghggp
عنوان URL الرسمي https://chromewebstore.google.com/detail/take-a-note/kfiafdpdemicicjnfadpklcolhjghggp
الوصف This extension will let you take a simple note in Chrome.
حجم الملف 15.07 KB
عدد التثبيتات 682
النسخة الحالية 1.1
آخر تحديث 2013-09-30
تاريخ النشر 2013-09-30
تقييم 4.80/5 مجموع تقييمات 5
المطور omgmog
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://omgmog.net
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Take a note",
    "description": "This extension will let you take a simple note in Chrome.",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'"
}