Open New Tab After Current Tab
Opens new tab after the active tab, instead of last position.
ما هو Open New Tab After Current Tab؟
Open New Tab After Current Tab هو إضافة Chrome تم تطويرها بواسطة https://arnaudligny.fr، والميزة الرئيسية لها هي "Opens new tab after the active tab, instead of last position.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Open New Tab After Current Tab
قم بتنزيل ملفات الامتداد Open New Tab After Current Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
By default a new tab is opened at the end of the row of tabs, but it's not intuitive: with this extension a new tab opened with the keyboard shortcut (⌘ Cmd+T) or with the "plus" button will be opened just after the current active tab.
معلومات أساسية عن التمديد
الاسم | Open New Tab After Current Tab |
ID | mmcgnaachjapbbchcpjihhgjhpfcnoan |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/open-new-tab-after-curren/mmcgnaachjapbbchcpjihhgjhpfcnoan |
الوصف | Opens new tab after the active tab, instead of last position. |
حجم الملف | 12.24 KB |
عدد التثبيتات | 5,147 |
النسخة الحالية | 0.4.7 |
آخر تحديث | 2024-01-17 |
تاريخ النشر | 2020-01-20 |
تقييم | 4.41/5 مجموع تقييمات 29 |
المطور | https://arnaudligny.fr |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://dev.ligny.org/Open-New-Tab-After-Current-Tab/ |
عنوان صفحة المساعدة | https://github.com/ArnaudLigny/Open-New-Tab-After-Current-Tab/issues |
اللغات المدعومة | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open New Tab After Current Tab", "version": "0.4.7", "description": "__MSG_extDescription__", "homepage_url": "https:\/\/dev.ligny.org\/Open-New-Tab-After-Current-Tab\/", "author": "Arnaud Ligny", "manifest_version": 2, "minimum_chrome_version": "52", "default_locale": "en", "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "background": { "persistent": true, "scripts": [ "background.js" ] } } |