Mychromebook.fr
Extension pour Mychromebook.fr
ما هو Mychromebook.fr؟
Mychromebook.fr هو إضافة Chrome تم تطويرها بواسطة https://mychromebook.fr، والميزة الرئيسية لها هي "Extension pour Mychromebook.fr".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Mychromebook.fr
قم بتنزيل ملفات الامتداد Mychromebook.fr بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Retrouvez absolument tout sur les chromebook :
- Actualités
- Accessoires
- Applications
- Astuces
- Extensions
- Nouveautés
- Tests
- Tutoriels
Retrouvez nous directement sur http://mychromebook.fr معلومات أساسية عن التمديد
| الاسم | |
| ID | okkkghmaohhngelgkdelgackaidfjedi |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/mychromebookfr/okkkghmaohhngelgkdelgackaidfjedi |
| الوصف | Extension pour Mychromebook.fr |
| حجم الملف | 167 KB |
| عدد التثبيتات | 682 |
| النسخة الحالية | 1.0 |
| آخر تحديث | 2023-03-26 |
| تاريخ النشر | 2015-05-18 |
| تقييم | 4.56/5 مجموع تقييمات 27 |
| المطور | https://mychromebook.fr |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | http://mychromebook.fr/creer-votre-application-chrome-pour-votre-blog/ |
| عنوان صفحة المساعدة | http://mychromebook.fr/page-d-exemple/ |
| اللغات المدعومة | fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Mychromebook.fr",
"version": "1.0",
"description": "Extension pour Mychromebook.fr",
"icons": {
"128": "logo.png",
"48": "icon.png",
"32": "icon32.png",
"16": "icon16.png"
},
"browser_action": {
"default_icon": {
"128": "logo.png"
},
"default_title": "Derniers articles sur Mychromebook.fr",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/mychromebook.fr\/"
],
"js": [
"popup.js"
]
}
],
"web_accessible_resources": [
"popup.css"
]
} | |