Easy Note

Immediatelly start taking note in your new chrome tab. Your notes will be stored in chrome

Easy Noteคืออะไร?

Easy Note เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ozanerturk17 และคุณลักษณะหลักของมันคือ "Immediatelly start taking note in your new chrome tab. Your notes will be stored in chrome"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Easy Note

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

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

                        You can see your notes directly by opening a new tab. You dont have to remember where did you put your notes. Dobule click to anywhere to start taking note immediatelly.                    

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

ชื่อ Easy Note Easy Note
ID hheobakelknbjicekbkmijjgcbephcef
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/easy-note/hheobakelknbjicekbkmijjgcbephcef
คำอธิบาย Immediatelly start taking note in your new chrome tab. Your notes will be stored in chrome
ขนาดไฟล์ 222 KB
จำนวนการติดตั้ง 33
เวอร์ชันปัจจุบัน 1.3.1
อัปเดตครั้งล่าสุด 2024-02-27
วันที่เผยแพร่ 2021-03-10
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา ozanerturk17
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/ozanerturk/easy-note-chrome-extension
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Easy Note",
    "description": "Immediatelly start taking note in your new chrome tab. Your notes will be stored in chrome",
    "version": "1.3.1",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "clipboard"
    ],
    "action": {
        "default_icon": "icon.png",
        "default_popup": "tab.html"
    },
    "chrome_url_overrides": {
        "newtab": "tab.html"
    }
}