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 |
官方網址 | 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" ] } |