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?
Random Shipit Generator是由Martin开发的Chrome扩展程序,该扩展的主要功能是“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扩展crx文件
下载Random Shipit Generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        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:                     扩展基本信息
| 名称 |  | 
| ID | hgfojoldkaihldboodphkjciajabpoga | 
| 官方URL | https://chromewebstore.google.com/detail/random-shipit-generator/hgfojoldkaihldboodphkjciajabpoga | 
| 简介 | Inspired by the Ship It Button extension, this extension for Git provides a button to add a random shipit icon to Pull Requests on… | 
| 文件大小 | 108 KB | 
| 安装次数 | 11 | 
| 当前版本 | 0.0.15 | 
| 更新时间 | 2016-06-17 | 
| 上架时间 | 2016-06-17 | 
| 评分 | 5.00/5 共3次评分 | 
| 开发者 | Martin | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 支持的语言 | 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"
    ]
} | |