Chrome Note
A handy way to keep notes while you browse the web
Chrome Noteคืออะไร?
Chrome Note เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gazza7205 และคุณลักษณะหลักของมันคือ "A handy way to keep notes while you browse the web"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chrome Note
ดาวน์โหลดไฟล์ส่วนขยาย Chrome Note ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is a basic note taking application. I wanted something to keep notes while on the web and I wanted to take a stab at building a Chrome app. It is extremely basic and that was my intention. There are some improvements I'd like to make and will be doing so over time. I'll be putting this on GitHub soon too so you can fork/laugh at it :)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Chrome Note |
ID | aockhgcalnpkacmmbabpenflbdikonmg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/chrome-note/aockhgcalnpkacmmbabpenflbdikonmg |
คำอธิบาย | A handy way to keep notes while you browse the web |
ขนาดไฟล์ | 86.14 KB |
จำนวนการติดตั้ง | 1,069 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2015-07-26 |
วันที่เผยแพร่ | 2015-07-26 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | gazza7205 |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chrome Note", "description": "A handy way to keep notes while you browse the web", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "app\/index.html" }, "permissions": [ "activeTab" ] } |