Edit in Prose
Provides an "Edit in Prose" link from a hosted file on GitHub.
Edit in Proseคืออะไร?
Edit in Prose เป็นส่วนขยายของ Chrome ที่พัฒนาโดย prose และคุณลักษณะหลักของมันคือ "Provides an "Edit in Prose" link from a hosted file on GitHub."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Edit in Prose
ดาวน์โหลดไฟล์ส่วนขยาย Edit in Prose ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Provides an Edit in Prose link from a hosted file on GitHub.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Edit in Prose |
ID | onippmookoohgjgccejcjmlpoohbjgjn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/edit-in-prose/onippmookoohgjgccejcjmlpoohbjgjn |
คำอธิบาย | Provides an "Edit in Prose" link from a hosted file on GitHub. |
ขนาดไฟล์ | 8.84 KB |
จำนวนการติดตั้ง | 46 |
เวอร์ชันปัจจุบัน | 1.4.0 |
อัปเดตครั้งล่าสุด | 2019-11-16 |
วันที่เผยแพร่ | 2019-11-16 |
คะแนน | 4.75/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | prose |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/prose/browser-extensions |
URL หน้าช่วยเหลือ | https://github.com/prose/browser-extensions/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Edit in Prose", "description": "Provides an \"Edit in Prose\" link from a hosted file on GitHub.", "version": "1.4.0", "manifest_version": 2, "author": "Tristen Brown", "homepage_url": "https:\/\/prose.io", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "css": [ "prose.css" ], "js": [ "prose.js" ], "run_at": "document_end" } ], "applications": { "gecko": { "id": "{c515e2d0-4663-11e4-916c-0800200c9a66}", "strict_min_version": "53.0" } } } |