background-search
Search for selected messages in background tabs. Chrome's context menu shifts focus to a new tab. This extension allows you to…
ما هو background-search؟
background-search هو إضافة Chrome تم تطويرها بواسطة https://0-9.tumblr.com، والميزة الرئيسية لها هي "Search for selected messages in background tabs. Chrome's context menu shifts focus to a new tab. This extension allows you to…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة background-search
قم بتنزيل ملفات الامتداد background-search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Search for selected messages in background tabs.
Chrome's context menu shifts focus to a new tab.
This extension allows you to keep tabs in the background.
see source.
https://github.com/kyo-ago/background-search معلومات أساسية عن التمديد
| الاسم | |
| ID | hokopjpmeglhfjpmjboooinnmmnljcom |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/background-search/hokopjpmeglhfjpmjboooinnmmnljcom |
| الوصف | Search for selected messages in background tabs. Chrome's context menu shifts focus to a new tab. This extension allows you to… |
| حجم الملف | 8.82 KB |
| عدد التثبيتات | 112 |
| النسخة الحالية | 0.4 |
| آخر تحديث | 2023-02-18 |
| تاريخ النشر | 2014-01-06 |
| تقييم | 5.00/5 مجموع تقييمات 3 |
| المطور | https://0-9.tumblr.com |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| اللغات المدعومة | en,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "background-search",
"version": "0.4",
"manifest_version": 3,
"default_locale": "en",
"icons": {
"128": "img\/128.png"
},
"background": {
"service_worker": ".\/src\/background.js"
},
"options_ui": {
"page": ".\/src\/options.html",
"open_in_tab": false
},
"permissions": [
"storage",
"contextMenus"
]
} | |