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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Inspired by the Ship It Button extension, this extension for Git provides a button to add a random shipit icon to Pull Requests on…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Random Shipit Generator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
ईमेल | [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" ] } |