Random Shipit Generator

Inspired by the Ship It Button extension, this extension for Git provides a button to add a random shipit icon to Pull Requests on…

Random Shipit Generator là gì?

Random Shipit Generator là một tiện ích mở rộng Chrome được phát triển bởi Martin, và tính năng chính của nó là "Inspired by the Ship It Button extension, this extension for Git provides a button to add a random shipit icon to Pull Requests on…".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Random Shipit Generator

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

                        Inspired by the Ship It Button extension, this extension for Git provides a button to add a random shipit icon to Pull Requests on GitHub.

Icons are currently a selection of:
:shipit:
:ship: :it:
:sheep: :it:
:sheep:
:package:                    

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

Tên Random Shipit Generator Random Shipit Generator
ID hgfojoldkaihldboodphkjciajabpoga
URL Chính Thức https://chromewebstore.google.com/detail/random-shipit-generator/hgfojoldkaihldboodphkjciajabpoga
Mô tả Inspired by the Ship It Button extension, this extension for Git provides a button to add a random shipit icon to Pull Requests on…
Kích Thước Tệp 108 KB
Số Lần Cài Đặt 11
Phiên Bản Hiện Tại 0.0.15
Cập Nhật Lần Cuối 2016-06-17
Ngày Phát Hành 2016-06-17
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Martin
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Random Shipit Generator",
    "version": "0.0.15",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*",
                "http:\/\/github.com\/*"
            ],
            "js": [
                "libs\/jQuery.min.js",
                "content.js"
            ],
            "css": [
                "css\/styles.css"
            ]
        }
    ],
    "icons": {
        "16": "images\/16x16-normal.png",
        "48": "images\/48x48-normal.png",
        "128": "images\/128x128-normal.png"
    },
    "web_accessible_resources": [
        "images\/xmas\/38x38.png"
    ]
}