RawGit for Github
Quickly convert Github links to RawGit links so that they can be used in development or production environments.
RawGit for Githubคืออะไร?
RawGit for Github เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ash Connolly และคุณลักษณะหลักของมันคือ "Quickly convert Github links to RawGit links so that they can be used in development or production environments."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RawGit for Github
ดาวน์โหลดไฟล์ส่วนขยาย RawGit for Github ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
RawGit serves raw files directly from GitHub with proper Content-Type headers. This extension allows you to use RawGit directly from Github. The extension will appear in the address bar when viewing a file on Github. Visit https://rawgit.com/ for more information.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mobohgekahaknpfhiknjgepliebadkko |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/rawgit-for-github/mobohgekahaknpfhiknjgepliebadkko |
คำอธิบาย | Quickly convert Github links to RawGit links so that they can be used in development or production environments. |
ขนาดไฟล์ | 35.19 KB |
จำนวนการติดตั้ง | 105 |
เวอร์ชันปัจจุบัน | 0.0.3 |
อัปเดตครั้งล่าสุด | 2016-02-28 |
วันที่เผยแพร่ | 2016-02-28 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Ash Connolly |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.ashconnolly.com?ref=ext_rawgit_store |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RawGit for Github", "version": "0.0.3", "description": "Quickly convert Github links to RawGit links so that they can be used in development or production environments.", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "page_action": { "default_icon": { "19": "img\/icon19.png", "38": "img\/icon38.png" }, "default_title": "RawGit for Github", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "https:\/\/www.github.com\/", "http:\/\/www.github.com\/", "tabs", "storage" ] } |