petit_deco_github
petit decoration chrome extension on github.
ما هو petit_deco_github؟
petit_deco_github هو إضافة Chrome تم تطويرها بواسطة http://nyangryy.hatenablog.com، والميزة الرئيسية لها هي "petit decoration chrome extension on github.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة petit_deco_github
قم بتنزيل ملفات الامتداد petit_deco_github بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
https://github.com/nyangry/petit_deco_github معلومات أساسية عن التمديد
| الاسم | |
| ID | aieofhdmcaalkcopkmkcjmacfpigffdf |
| عنوان URL الرسمي | https://chrome.google.com/webstore/detail/petitdecogithub/aieofhdmcaalkcopkmkcjmacfpigffdf |
| الوصف | petit decoration chrome extension on github. |
| حجم الملف | 7.57 KB |
| عدد التثبيتات | 28 |
| النسخة الحالية | 1.3.2 |
| آخر تحديث | 2019-11-16 |
| تاريخ النشر | 2019-11-15 |
| تقييم | 5.00/5 مجموع تقييمات 1 |
| المطور | http://nyangryy.hatenablog.com |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://github.com/nyangry/petit_deco_github |
| عنوان صفحة المساعدة | https://github.com/nyangry/petit_deco_github |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "1.3.2",
"manifest_version": 2,
"name": "petit_deco_github",
"description": "petit decoration chrome extension on github.",
"icons": {
"128": "icon_128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/github.com\/*"
],
"css": [
"content_scripts\/app.css"
],
"js": [
"content_scripts\/app.js"
]
}
],
"background": {
"scripts": [
"eventPage.js"
],
"persistent": false
},
"externally_connectable": {
"matches": [
"*:\/\/*.github.com\/*",
"*:\/\/github.com\/*"
]
},
"permissions": [
"background",
"https:\/\/*\/",
"http:\/\/*\/",
"activeTab"
],
"web_accessible_resources": [
"content_scripts\/loader.gif"
]
} | |