Husk
Write it all.
Huskคืออะไร?
Husk เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tees และคุณลักษณะหลักของมันคือ "Write it all."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Husk
ดาวน์โหลดไฟล์ส่วนขยาย Husk ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Husk is a chrome extension inspired by Papier. Husk will allow users to write text in their new tab page, sync data and provide basic markdown/text formatting support. Husk is open source and available on github: https://github.com/teesloane/husk
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Husk |
ID | oifbnjjgbaiooljmehpgcnaaeadmjmkp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/husk/oifbnjjgbaiooljmehpgcnaaeadmjmkp |
คำอธิบาย | Write it all. |
ขนาดไฟล์ | 79.3 KB |
จำนวนการติดตั้ง | 25 |
เวอร์ชันปัจจุบัน | 0.0.3 |
อัปเดตครั้งล่าสุด | 2016-11-28 |
วันที่เผยแพร่ | 2016-11-28 |
คะแนน | 3.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | tees |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/teesloane/husk |
URL หน้าช่วยเหลือ | https://github.com/teesloane/husk/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Husk", "version": "0.0.3", "description": "Write it all.", "author": "teesloane", "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "128": "assets\/icon.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "devtools_page": "devtools.html", "homepage_url": "https:\/\/github.com\/teesloane\/husk", "offline_enabled": true, "optional_permissions": [ "tabs" ], "permissions": [ "tabs", "storage" ] } |