Take a note

This extension will let you take a simple note in Chrome.

Take a noteคืออะไร?

Take a note เป็นส่วนขยายของ Chrome ที่พัฒนาโดย omgmog และคุณลักษณะหลักของมันคือ "This extension will let you take a simple note in Chrome."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Take a note

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

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

                        A simple extension that lets you take a note in chrome. The note will persist until you press the 'Clear' button.                    

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

ชื่อ Take a note Take a note
ID kfiafdpdemicicjnfadpklcolhjghggp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/take-a-note/kfiafdpdemicicjnfadpklcolhjghggp
คำอธิบาย This extension will let you take a simple note in Chrome.
ขนาดไฟล์ 15.07 KB
จำนวนการติดตั้ง 682
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2013-09-30
วันที่เผยแพร่ 2013-09-30
คะแนน 4.80/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา omgmog
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://omgmog.net
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Take a note",
    "description": "This extension will let you take a simple note in Chrome.",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'"
}