Eyfo
Github Package Finder - Chrome extension
ما هو Eyfo؟
Eyfo هو إضافة Chrome تم تطويرها بواسطة oriprice، والميزة الرئيسية لها هي "Github Package Finder - Chrome extension".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Eyfo
قم بتنزيل ملفات الامتداد Eyfo بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Find github packages on your private organizations, and globally. معلومات أساسية عن التمديد
| الاسم | |
| ID | kfndjpohnlhfifjmdmbddfnedicmlaif |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/eyfo/kfndjpohnlhfifjmdmbddfnedicmlaif |
| الوصف | Github Package Finder - Chrome extension |
| حجم الملف | 118 KB |
| عدد التثبيتات | 58 |
| النسخة الحالية | 2.0.8 |
| آخر تحديث | 2020-01-12 |
| تاريخ النشر | 2020-01-12 |
| تقييم | 5.00/5 مجموع تقييمات 2 |
| المطور | oriprice |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://github.com/oriprice/eyfo |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Eyfo",
"description": "Github Package Finder - Chrome extension",
"version": "2.0.8",
"browser_action": {
"default_popup": "index.html?app",
"default_title": "Eyfo - Github Package Finder"
},
"icons": {
"16": "\/assets\/eyfo.png",
"48": "\/assets\/eyfo.png",
"128": "\/assets\/eyfo.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"options_page": "index.html?options",
"content_security_policy": "script-src 'self' 'sha256-m7R1zzM6IUk6v6+pnZA0rBeM0xL6oLiDpnjl9lfdwRA=' 'sha256-YD7kr76suERaRNp+QkSCLva0rewzdm8\/iTHHn3hhTfY=' https:\/\/ssl.google-analytics.com; object-src 'self'",
"permissions": [
"tabs",
"https:\/\/api.github.com\/*",
"storage"
],
"commands": {
"_execute_browser_action": {
"suggested_key": {
"windows": "Ctrl+Shift+A",
"mac": "Command+Shift+A",
"chromeos": "Ctrl+Shift+A",
"linux": "Ctrl+Shift+A"
}
}
}
} | |