Notes Tab

This extension creates a note pad in a new tab

ما هو Notes Tab؟

Notes Tab هو إضافة Chrome تم تطويرها بواسطة patrickasdf، والميزة الرئيسية لها هي "This extension creates a note pad in a new tab".

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

screenshot

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

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

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

                        Notes Tab simplifies the homepage experience. Whenever you open a new tab, a simple text editor appears. Use new tabs to write to-do lists, appointment times, or to just jot down notes. If you want to save it to your computer just file + save as, otherwise your notes will auto-save and will be there when you open a new tab.

Features:
- Auto-save
- Current date in the heading                    

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

الاسم Notes Tab Notes Tab
ID godhnbnhjjhcooiigbabagepddfmjgbk
عنوان URL الرسمي https://chrome.google.com/webstore/detail/notes-tab/godhnbnhjjhcooiigbabagepddfmjgbk
الوصف This extension creates a note pad in a new tab
حجم الملف 125 KB
عدد التثبيتات 202
النسخة الحالية 1.2
آخر تحديث 2015-08-26
تاريخ النشر 2015-08-26
تقييم 4.33/5 مجموع تقييمات 6
المطور patrickasdf
نوع الدفع free
موقع الإضافة http://www.patrickmatherly.com
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Notes Tab",
    "description": "This extension creates a note pad in a new tab",
    "version": "1.2",
    "permissions": [
        "tabs",
        "topSites"
    ],
    "browser_action": [],
    "chrome_url_overrides": {
        "newtab": "newpad.html"
    },
    "icons": {
        "16": "newpadicon16.png",
        "48": "newpadicon48.png",
        "128": "newpadicon128.png"
    }
}