BazQux Reader: open links in background tab
Enables the 'b' keyboard shortcut to open links in the background tab in BazQux Reader
ما هو BazQux Reader: open links in background tab؟
BazQux Reader: open links in background tab هو إضافة Chrome تم تطويرها بواسطة https://bazqux.com، والميزة الرئيسية لها هي "Enables the 'b' keyboard shortcut to open links in the background tab in BazQux Reader".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة BazQux Reader: open links in background tab
قم بتنزيل ملفات الامتداد BazQux Reader: open links in background tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Chrome no longer allows websites to open links in background tabs. Websites could only open links in a new tab with an immediate focus switch (and a popup blocker could block even that). So this extension is necessary for BazQux Reader to open the current article link in the background tab when you press the 'b' key.
معلومات أساسية عن التمديد
الاسم | BazQux Reader: open links in background tab |
ID | dfoegpibjpjpchgmjnmomelfnclbijnm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/bazqux-reader-open-links/dfoegpibjpjpchgmjnmomelfnclbijnm |
الوصف | Enables the 'b' keyboard shortcut to open links in the background tab in BazQux Reader |
حجم الملف | 6.47 KB |
عدد التثبيتات | 196 |
النسخة الحالية | 1.0.10 |
آخر تحديث | 2021-12-04 |
تاريخ النشر | 2018-12-12 |
تقييم | 5.00/5 مجموع تقييمات 4 |
المطور | https://bazqux.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://bazqux.com/privacy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "BazQux Reader: open links in background tab", "short_name": "BazQux Reader bg", "description": "Enables the 'b' keyboard shortcut to open links in the background tab in BazQux Reader", "version": "1.0.10", "manifest_version": 3, "icons": { "128": "icon_128.png", "48": "icon_48.png" }, "background": { "service_worker": "background.js" }, "externally_connectable": { "matches": [ "*:\/\/*.bazqux.com\/*" ] } } |