CodePad
A whole new way to use your Chrome Tab. Open a new tab to take notes.
ما هو CodePad؟
CodePad هو إضافة Chrome تم تطويرها بواسطة webnirmanam، والميزة الرئيسية لها هي "A whole new way to use your Chrome Tab. Open a new tab to take notes.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة CodePad
قم بتنزيل ملفات الامتداد CodePad بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A whole new way to use your Chrome Tab. Open a new tab to take notes. معلومات أساسية عن التمديد
| الاسم | |
| ID | nlanembjpnihooihcihdciioiefilplk |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/codepad/nlanembjpnihooihcihdciioiefilplk |
| الوصف | A whole new way to use your Chrome Tab. Open a new tab to take notes. |
| حجم الملف | 159 KB |
| عدد التثبيتات | 169 |
| النسخة الحالية | 1.1 |
| آخر تحديث | 2018-10-24 |
| تاريخ النشر | 2018-10-23 |
| تقييم | 5.00/5 مجموع تقييمات 5 |
| المطور | webnirmanam |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://webnirmanam.com |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "CodePad",
"short_name": "Pad",
"version": "1.1",
"manifest_version": 2,
"description": "A whole new way to use your Chrome Tab. Open a new tab to take notes.",
"icons": {
"18": "img\/icon\/icon18.png",
"48": "img\/icon\/icon48.png",
"128": "img\/icon\/icon128.png"
},
"background": {
"scripts": [
"js\/bundle.js"
]
},
"chrome_url_overrides": {
"newtab": "index.html"
},
"permissions": [
"fontSettings"
]
} | |