NEW TAB NOTE

NEW TAB NOTE is new tab extension for notes!

NEW TAB NOTEคืออะไร?

NEW TAB NOTE เป็นส่วนขยายของ Chrome ที่พัฒนาโดย deren และคุณลักษณะหลักของมันคือ "NEW TAB NOTE is new tab extension for notes!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NEW TAB NOTE

ดาวน์โหลดไฟล์ส่วนขยาย NEW TAB NOTE ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        ✨ Update
- 2022/1/26
You can now create multiple notes.

- 2022/1/21
Layout adjustment.

- 2021/11/29
Improved list entry.

- 2021/07/08
I added a filter function.
You can blur the contents of the memo by clicking the icon.
You can blur your notes in filter mode to block peeping from others.

---

📚 Features
- Just open new tab, and write down thoughts.
- You can write in markdown.
- No worries about saving things when writing.
- You can blur your notes in filter mode to block peeping from others.
- You can create multiple notes.

---

Click here for requests.
https://github.com/deren2525/new-tab-note/issues/new/choose                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ NEW TAB NOTE NEW TAB NOTE
ID ihcgjbnbjnbfepjmoaklafegcehdfihn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/new-tab-note/ihcgjbnbjnbfepjmoaklafegcehdfihn
คำอธิบาย NEW TAB NOTE is new tab extension for notes!
ขนาดไฟล์ 870 KB
จำนวนการติดตั้ง 131
เวอร์ชันปัจจุบัน 2.8.1
อัปเดตครั้งล่าสุด 2022-05-18
วันที่เผยแพร่ 2020-08-15
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา deren
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/deren2525/new-tab-note
ภาษาที่รองรับ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_Name__",
    "version": "2.8.1",
    "description": "__MSG_Description__",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "32": "assets\/images\/icon.png"
        }
    },
    "chrome_url_overrides": {
        "newtab": "newTabNote.html"
    },
    "icons": {
        "48": "assets\/images\/icon.png"
    },
    "manifest_version": 3,
    "default_locale": "en"
}