Search in background tab
Opens the "Search google for" search in a background tab.
ما هو Search in background tab؟
Search in background tab هو إضافة Chrome تم تطويرها بواسطة Pitmairen، والميزة الرئيسية لها هي "Opens the "Search google for" search in a background tab.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Search in background tab
قم بتنزيل ملفات الامتداد Search in background tab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension makes the new tab, that are opened by "Search google for" , open in the background instead of the foreground.
It should now work for latest versions of Chrome.
### Important ###
If it doesn't work. Go to the options page and follow the instructions. Make sure you have updated to version 0.0.7.
You find the options page at this url:
chrome-extension://fikfhablannhlgejpiklhbkonjkakodf/options.html
############
Changelog:
0.0.7:
- Update to manifest version 3
- Fix to make the extension work with the latest version of Chrome.
0.0.6:
-Update to manifest version 2
-Small change to default regexp
0.0.5:
-fix gcx for parameter معلومات أساسية عن التمديد
| الاسم | |
| ID | fikfhablannhlgejpiklhbkonjkakodf |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/search-in-background-tab/fikfhablannhlgejpiklhbkonjkakodf |
| الوصف | Opens the "Search google for" search in a background tab. |
| حجم الملف | 10.44 KB |
| عدد التثبيتات | 674 |
| النسخة الحالية | 0.0.7 |
| آخر تحديث | 2023-12-24 |
| تاريخ النشر | 2013-03-03 |
| تقييم | 4.11/5 مجموع تقييمات 64 |
| المطور | Pitmairen |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://github.com/Pitmairen/search-in-background-tab |
| عنوان صفحة المساعدة | https://github.com/Pitmairen/search-in-background-tab/issues |
| اللغات المدعومة | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Search in background tab",
"version": "0.0.7",
"manifest_version": 3,
"description": "Opens the \"Search google for\" search in a background tab.",
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"tabs",
"storage"
],
"background": {
"service_worker": "service_worker.js",
"type": "module"
},
"options_page": "options.html"
} | |