Coder Quotes
Programming quotes will shows when you open every new tab in chrome
ما هو Coder Quotes؟
Coder Quotes هو إضافة Chrome تم تطويرها بواسطة http://ajithvgiri.com، والميزة الرئيسية لها هي "Programming quotes will shows when you open every new tab in chrome".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Coder Quotes
قم بتنزيل ملفات الامتداد Coder Quotes بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Introducing Coder Quotes - . Coder Quotes can define history, ideas and be crucial in our understanding of so many things - quotes is here to put programming quotes into one place. Coder quotes is your online library for programmer quotes.
معلومات أساسية عن التمديد
الاسم | |
ID | nebgecgefmfhhagfljmmjegmafkdihne |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/coder-quotes/nebgecgefmfhhagfljmmjegmafkdihne |
الوصف | Programming quotes will shows when you open every new tab in chrome |
حجم الملف | 17.55 KB |
عدد التثبيتات | 48 |
النسخة الحالية | 1.3 |
آخر تحديث | 2018-11-17 |
تاريخ النشر | 2018-11-17 |
تقييم | 5.00/5 مجموع تقييمات 8 |
المطور | http://ajithvgiri.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/ajithvgiri/coder_quotes |
عنوان صفحة المساعدة | https://github.com/ajithvgiri/coder_quotes |
عنوان صفحة سياسة الخصوصية | https://www.freeprivacypolicy.com/privacy/view/76930026cda91ac0386a5e843bd4c6ef |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Coder Quotes", "short_name": "coder quotes", "description": "Programming quotes will shows when you open every new tab in chrome", "version": "1.3", "author": "Ajith v Giri", "browser_action": { "default_title": "New Tab" }, "chrome_url_overrides": { "newtab": "dashboard.html" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "activeTab", "storage" ] } |