MTab
Just another newtab extension
ما هو MTab؟
MTab هو إضافة Chrome تم تطويرها بواسطة http://wzhd.github.io، والميزة الرئيسية لها هي "Just another newtab extension".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة MTab
قم بتنزيل ملفات الامتداد MTab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Phoenix Nemo(https://plus.google.com/+PhoenixNemo/posts) created this simple newtab extension to override the default one. A MIT-licensed open-source extension with code available at https://github.com/phoenixlzx/MTab Web UI devs needed, PRs welcome!
معلومات أساسية عن التمديد
الاسم | |
ID | agegnilgbgjmgmoaiocgelmnmkelclbo |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/mtab/agegnilgbgjmgmoaiocgelmnmkelclbo |
الوصف | Just another newtab extension |
حجم الملف | 8.93 MB |
عدد التثبيتات | 14 |
النسخة الحالية | 0.0.6 |
آخر تحديث | 2014-07-14 |
تاريخ النشر | 2014-07-14 |
تقييم | 5.00/5 مجموع تقييمات 8 |
المطور | http://wzhd.github.io |
نوع الدفع | free |
موقع الإضافة | https://github.com/phoenixlzx/MTab |
عنوان صفحة المساعدة | https://github.com/phoenixlzx/MTab |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MTab", "description": "Just another newtab extension", "version": "0.0.6", "manifest_version": 2, "permissions": [ "topSites" ], "chrome_url_overrides": { "newtab": "newtab.html" }, "options_page": "options.html", "background": { "scripts": [ ".\/js\/jquery-2.1.1.min.js", ".\/js\/functions.js" ] }, "offline_enabled": true } |