Slocher
How many lines does this github-project contain?
ما هو Slocher؟
Slocher هو إضافة Chrome تم تطويرها بواسطة Mads Cordes، والميزة الرئيسية لها هي "How many lines does this github-project contain?".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Slocher
قم بتنزيل ملفات الامتداد Slocher بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Ever wondered how many source lines of code any given github project has? Well, wonder no more! - Simply install this extension and navigate to an arbitrary github project, find *Graphs* and click on *Lines of Code*. It's that simple!
معلومات أساسية عن التمديد
الاسم | Slocher |
ID | gojlfcmadbmiakoaacndmnindebgdoka |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/slocher/gojlfcmadbmiakoaacndmnindebgdoka |
الوصف | How many lines does this github-project contain? |
حجم الملف | 14.5 KB |
عدد التثبيتات | 15 |
النسخة الحالية | 0.0.4 |
آخر تحديث | 2015-11-23 |
تاريخ النشر | 2015-11-23 |
تقييم | 5.00/5 مجموع تقييمات 4 |
المطور | Mads Cordes |
نوع الدفع | free |
موقع الإضافة | https://github.com/Mobilpadde/Slocher |
عنوان صفحة المساعدة | https://github.com/Mobilpadde/Slocher/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Slocher", "description": "How many lines does this github-project contain?", "version": "0.0.4", "author": "Mads Cordes", "icons": { "16": "assets\/img\/icon16.png", "32": "assets\/img\/icon32.png", "48": "assets\/img\/icon48.png", "128": "assets\/img\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*\/*" ], "css": [ "assets\/styles\/slocher.css" ], "js": [ "assets\/js\/numeral.min.js", "assets\/js\/Helper.js", "assets\/js\/slocher.js" ] } ] } |