Pickle Notes
A place to take quick notes within the browser.
Pickle Notesคืออะไร?
Pickle Notes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Youth Molecule และคุณลักษณะหลักของมันคือ "A place to take quick notes within the browser."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pickle Notes
ดาวน์โหลดไฟล์ส่วนขยาย Pickle Notes ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Pickle notes is an extension which allows users to take notes within the web browser. Pickle Notes makes it quick and easy to take, read, and manage notes. Please review and email any feedback to [email protected].
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Pickle Notes |
ID | hhfmbjamhpgdajieofhnmkkfbbbepdkp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pickle-notes/hhfmbjamhpgdajieofhnmkkfbbbepdkp |
คำอธิบาย | A place to take quick notes within the browser. |
ขนาดไฟล์ | 59.33 KB |
จำนวนการติดตั้ง | 68 |
เวอร์ชันปัจจุบัน | 1.2.3 |
อัปเดตครั้งล่าสุด | 2022-06-27 |
วันที่เผยแพร่ | 2020-03-21 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Youth Molecule |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Pickle Notes", "version": "1.2.3", "description": "A place to take quick notes within the browser.", "permissions": [ "storage" ], "options_page": "options.html", "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/notes_logo16.png", "32": "images\/notes_logo32.png", "48": "images\/notes_logo48.png", "128": "images\/notes_logo128.png" } }, "icons": { "16": "images\/notes_logo16.png", "32": "images\/notes_logo32.png", "48": "images\/notes_logo48.png", "128": "images\/notes_logo128.png" }, "manifest_version": 2 } |