Link in Current Tab
Force all links to be opened in current tab instead of the new one
ما هو Link in Current Tab؟
Link in Current Tab هو إضافة Chrome تم تطويرها بواسطة SAGAN، والميزة الرئيسية لها هي "Force all links to be opened in current tab instead of the new one".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Link in Current Tab
قم بتنزيل ملفات الامتداد Link in Current Tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension forces all links to be opened in the current tab. It does it in a way that should work in ALL websites, even if the sites that load contents dynamically via AJAX. Note You can still open a link in the new tab at any time, by clicking a link when holding the "Ctrl" key, or using the middle mouse button to open a link. 无视页面里 a 链接的 target="_blank" 属性, 强制所有链接在当前 tab 页打开.
معلومات أساسية عن التمديد
الاسم | Link in Current Tab |
ID | cbkcdebbfbegnmbephalggnchfebihbl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/link-in-current-tab/cbkcdebbfbegnmbephalggnchfebihbl |
الوصف | Force all links to be opened in current tab instead of the new one |
حجم الملف | 3.46 KB |
عدد التثبيتات | 194 |
النسخة الحالية | 1.0.11 |
آخر تحديث | 2023-12-21 |
تاريخ النشر | 2018-06-18 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | SAGAN |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/sagan/chrome-extension-link-in-current-tab |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Link in Current Tab", "description": "Force all links to be opened in current tab instead of the new one", "version": "1.0.11", "author": "Jacques De SAGAN", "manifest_version": 2, "permissions": [], "content_scripts": [ { "js": [ "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start", "all_frames": true } ] } |