Octoview

The missing preview feature for GitHub

Octoview là gì?

Octoview là một tiện ích mở rộng Chrome được phát triển bởi Rongjian Zhang, và tính năng chính của nó là "The missing preview feature for GitHub".

Ả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 Octoview

Tải xuống các tệp mở rộng Octoview 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

                        Preview files on GitHub.

Source code:

https://github.com/pd4d10/octoview                    

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

Tên Octoview Octoview
ID ekjhcbdeiniodnnilfihlnlnnpkhleel
URL Chính Thức https://chromewebstore.google.com/detail/octoview/ekjhcbdeiniodnnilfihlnlnnpkhleel
Mô tả The missing preview feature for GitHub
Kích Thước Tệp 646 KB
Số Lần Cài Đặt 86
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2017-08-23
Ngày Phát Hành 2017-08-22
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Rongjian Zhang
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/pd4d10/octoview
URL Trang Trợ Giúp https://github.com/pd4d10/octoview
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Octoview",
    "version": "1.0.0",
    "description": "The missing preview feature for GitHub",
    "homepage_url": "https:\/\/github.com\/pd4d10\/octoview",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "dist\/raven.js",
            "dist\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "dist\/raven.js",
                "dist\/contentscript.js"
            ],
            "run-at": "document_idle"
        }
    ]
}