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 هو إضافة Chrome تم تطويرها بواسطة 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 للإضافة Random Shipit Generator
قم بتنزيل ملفات الامتداد Random Shipit Generator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" ] } |