RawGit for Github

Quickly convert Github links to RawGit links so that they can be used in development or production environments.

RawGit for Github là gì?

RawGit for Github là một tiện ích mở rộng Chrome được phát triển bởi Ash Connolly, và tính năng chính của nó là "Quickly convert Github links to RawGit links so that they can be used in development or production environments.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng RawGit for Github

Tải xuống các tệp mở rộng RawGit for Github dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên RawGit for Github RawGit for Github
ID mobohgekahaknpfhiknjgepliebadkko
URL Chính Thức https://chrome.google.com/webstore/detail/rawgit-for-github/mobohgekahaknpfhiknjgepliebadkko
Mô tả Quickly convert Github links to RawGit links so that they can be used in development or production environments.
Kích Thước Tệp 35.19 KB
Số Lần Cài Đặt 105
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2016-02-28
Ngày Phát Hành 2016-02-28
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Ash Connolly
Loại Thanh Toán free
Trang Web Mở Rộng http://www.ashconnolly.com?ref=ext_rawgit_store
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}