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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}