Switch To New Tab
Sets focus to newly opened tabs.
ما هو Switch To New Tab؟
Switch To New Tab هو إضافة Chrome تم تطويرها بواسطة Arctic Phoenix، والميزة الرئيسية لها هي "Sets focus to newly opened tabs.".
تحميل ملف CRX للإضافة Switch To New Tab
قم بتنزيل ملفات الامتداد Switch To New Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension forces Chrome to set focus to all new tabs when they are created, a behavior previously not seen when a link was forced by the user to open in a new tab. The location bar should get focus now when you open the New Tab, unless you use an addon that redirects to a different URL. Please let my know if you have any other issues with this. Tampletop, what exactly are you looking for? I'm the developer for this extension, so if I know what you want, I'll try to put it in. Paul...I'm on it!
معلومات أساسية عن التمديد
الاسم | |
ID | lfpdoeknpnclenhlmblmenpafkbcgdbg |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/switch-to-new-tab/lfpdoeknpnclenhlmblmenpafkbcgdbg |
الوصف | Sets focus to newly opened tabs. |
حجم الملف | 4.39 KB |
عدد التثبيتات | 9,848 |
النسخة الحالية | 1.0 |
آخر تحديث | 2018-06-11 |
تاريخ النشر | 2018-06-11 |
تقييم | 4.69/5 مجموع تقييمات 104 |
المطور | Arctic Phoenix |
نوع الدفع | free |
موقع الإضافة | http://groups.google.com/group/arctic-phoenix |
عنوان صفحة المساعدة | http://groups.google.com/group/arctic-phoenix |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Switch To New Tab", "version": "1.0", "description": "Sets focus to newly opened tabs.", "manifest_version": 2, "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "tabs.js" ], "persistent": false } } |