Multi New Tab
Your favorite sites on new tab pages.
ما هو Multi New Tab؟
Multi New Tab هو إضافة Chrome تم تطويرها بواسطة https://getmulti.co، والميزة الرئيسية لها هي "Your favorite sites on new tab pages.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Multi New Tab
قم بتنزيل ملفات الامتداد Multi New Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Enter multiple sites to display in new Chrome tabs. Here's how it works: 1. Install the Multi Chrome extension. 2. Click on the Multi icon in your browser toolbar to enter a list of your favorite sites. 3. With each new tab, Multi will select and open a random site from your list. 4. Edit your list of sites at any time.
معلومات أساسية عن التمديد
الاسم | |
ID | lhgmljnajbbeefmfjiohbobioapdegag |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/multi-new-tab/lhgmljnajbbeefmfjiohbobioapdegag |
الوصف | Your favorite sites on new tab pages. |
حجم الملف | 74.43 KB |
عدد التثبيتات | 1,635 |
النسخة الحالية | 1.0.9 |
آخر تحديث | 2023-03-31 |
تاريخ النشر | 2018-03-28 |
تقييم | 4.83/5 مجموع تقييمات 6 |
المطور | https://getmulti.co |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://getmulti.co |
عنوان صفحة المساعدة | https://getmulti.co |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Multi New Tab", "version": "1.0.9", "description": "Your favorite sites on new tab pages.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "background": { "page": "background.html", "persistent": true }, "permissions": [ "storage" ], "chrome_url_overrides": { "newtab": "newtab.html" } } |