Chrome Note

A handy way to keep notes while you browse the web

ما هو Chrome Note؟

Chrome Note هو إضافة Chrome تم تطويرها بواسطة gazza7205، والميزة الرئيسية لها هي "A handy way to keep notes while you browse the web".

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

screenshot

تحميل ملف CRX للإضافة Chrome Note

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

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

                        This is a basic note taking application.

I wanted something to keep notes while on the web and I wanted to take a stab at building a Chrome app. It is extremely basic and that was my intention.

There are some improvements I'd like to make and will be doing so over time.

I'll be putting this on GitHub soon too so you can fork/laugh at it :)                    

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

الاسم Chrome Note Chrome Note
ID aockhgcalnpkacmmbabpenflbdikonmg
عنوان URL الرسمي https://chromewebstore.google.com/detail/chrome-note/aockhgcalnpkacmmbabpenflbdikonmg
الوصف A handy way to keep notes while you browse the web
حجم الملف 86.14 KB
عدد التثبيتات 1,069
النسخة الحالية 1.1
آخر تحديث 2015-07-26
تاريخ النشر 2015-07-26
تقييم 5.00/5 مجموع تقييمات 1
المطور gazza7205
نوع الدفع free
اللغات المدعومة en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Chrome Note",
    "description": "A handy way to keep notes while you browse the web",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "app\/index.html"
    },
    "permissions": [
        "activeTab"
    ]
}