Coder Rants
Not so Good Rants! Coder's there's something for you. Now find rants directly on your Newtab
ما هو Coder Rants؟
Coder Rants هو إضافة Chrome تم تطويرها بواسطة N00B، والميزة الرئيسية لها هي "Not so Good Rants! Coder's there's something for you. Now find rants directly on your Newtab".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Coder Rants
قم بتنزيل ملفات الامتداد Coder Rants بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Coder Rant is an extension which helps you to get new rants whenever you open your newtab. Now don't get bored with the clumsy new tab anymore.Coder Rant is here to save you.
معلومات أساسية عن التمديد
الاسم | |
ID | beheigghcoemllkkbiplpejjefjaigbe |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/coder-rants/beheigghcoemllkkbiplpejjefjaigbe |
الوصف | Not so Good Rants! Coder's there's something for you. Now find rants directly on your Newtab |
حجم الملف | 878 KB |
عدد التثبيتات | 17 |
النسخة الحالية | 2.1 |
آخر تحديث | 2018-09-10 |
تاريخ النشر | 2018-09-10 |
تقييم | 5.00/5 مجموع تقييمات 6 |
المطور | N00B |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة المساعدة | https://soumyajitdutta.ml/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Coder Rants", "description": "Not so Good Rants! Coder's there's something for you. Now find rants directly on your Newtab", "version": "2.1", "icons": { "16": "images\/code_80-512.png", "48": "images\/code_80-512.png", "128": "images\/code_80-512.png" }, "browser_action": { "default_icon": "images\/code_80-512.png", "default_popup": "landing.html" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "permissions": [ "https:\/\/*\/devrant*", "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |