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是由Ash Connolly開發的Chrome擴展程式,該擴展的主要功能是“Quickly convert Github links to RawGit links so that they can be used in development or production environments.”。
擴展截圖
下載RawGit for Github擴展crx文件
下載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 |
官方網址 | 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" ] } |