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:
拡張機能の基本情報
名前 | Random Shipit Generator |
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 |
Eメール | [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" ] } |