New Tab Changer
Load a custom web page or url in a new tab. Fast, light, and easy to use.
ما هو New Tab Changer؟
New Tab Changer هو إضافة Chrome تم تطويرها بواسطة https://www.dummysoftware.com، والميزة الرئيسية لها هي "Load a custom web page or url in a new tab. Fast, light, and easy to use.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة New Tab Changer
قم بتنزيل ملفات الامتداد New Tab Changer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
* Load a custom web page or url in a new tab. * Make new tabs automatically load Gmail, Bing, or any web site. * Easily setup a new tab redirect to a local file url. * Automatically sets focus to url bar. * Supports Incognito mode. * Fast, light, and easy to use. * Clear cache when loading new tabs. * Redirect to last visited url. * Advanced statistics to display a history of max and total tabs open per day. Automatically set a custom url to load in new tabs. Setup a new tab redirect to Gmail, Yahoo, Bing, or any web page you desire! Simply enter the desired web site url and click Save. Any time a new tab is opened, the web site you selected will automatically display. New Tab Changer supports web site urls and local file urls. New Tab Changer lets you automatically setup a new tab redirect to a custom url.
معلومات أساسية عن التمديد
الاسم | New Tab Changer |
ID | occbjkhimchkolibngmcefpjlbknggfh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/new-tab-changer/occbjkhimchkolibngmcefpjlbknggfh |
الوصف | Load a custom web page or url in a new tab. Fast, light, and easy to use. |
حجم الملف | 106 KB |
عدد التثبيتات | 12,393 |
النسخة الحالية | 2.3 |
آخر تحديث | 2024-01-08 |
تاريخ النشر | 2016-03-10 |
تقييم | 4.29/5 مجموع تقييمات 66 |
المطور | https://www.dummysoftware.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://www.dummysoftware.com/new-tab-changer |
عنوان صفحة المساعدة | http://www.dummysoftware.com/new-tab-changer |
عنوان صفحة سياسة الخصوصية | http://dummysoftware.com/chrome-privacy.html |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "New Tab Changer", "version": "2.3", "manifest_version": 3, "description": "Load a custom web page or url in a new tab. Fast, light, and easy to use.", "background": { "service_worker": "scripts\/background.js" }, "action": { "default_icon": "images\/16x16.png", "default_title": "New Tab Changer" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "options_page": "options.html", "permissions": [ "activeTab", "tabs", "storage", "browsingData" ], "host_permissions": [ "http:\/\/www.dummysoftware.com\/*", "https:\/\/www.dummysoftware.com\/*" ], "icons": { "48": "images\/48x48.png", "128": "images\/128x128.png" }, "incognito": "split" } |