Raw Githack
Viewing html files with raw.githack.com made easier.
Raw Githackคืออะไร?
Raw Githack เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Filip Chalupa และคุณลักษณะหลักของมันคือ "Viewing html files with raw.githack.com made easier."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Raw Githack
ดาวน์โหลดไฟล์ส่วนขยาย Raw Githack ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Enter an url to a html file from a git repository (GitHub, Bitbucket or GitLab). That file will be then served to you with a correct mime type to be viewed in your browser using raw.githack.com.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | iichepgnbggmoaijfiphjodmhkbijmkf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/raw-githack/iichepgnbggmoaijfiphjodmhkbijmkf |
คำอธิบาย | Viewing html files with raw.githack.com made easier. |
ขนาดไฟล์ | 45.94 KB |
จำนวนการติดตั้ง | 457 |
เวอร์ชันปัจจุบัน | 0.2 |
อัปเดตครั้งล่าสุด | 2020-05-01 |
วันที่เผยแพร่ | 2020-04-29 |
ผู้พัฒนา | Filip Chalupa |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/FilipChalupa/Raw-Githack/ |
URL หน้าช่วยเหลือ | https://github.com/FilipChalupa/Raw-Githack/issues |
URL หน้านโยบายความเป็นส่วนตัว | https://www.privacypolicygenerator.info/live.php?token=QGmnoBTpfbreWmbwkQPCda3svqe7DF4q |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Raw Githack", "version": "0.2", "description": "Viewing html files with raw.githack.com made easier.", "permissions": [ "tabs" ], "icons": { "16": "icon\/16.png", "32": "icon\/32.png", "48": "icon\/48.png", "128": "icon\/128.png" }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "icon\/16.png", "32": "icon\/32.png", "48": "icon\/48.png", "128": "icon\/128.png" } }, "manifest_version": 2 } |