Chrome In the Background
Zero Code, Only one thing, let your chrome running in background
ما هو Chrome In the Background؟
Chrome In the Background هو إضافة Chrome تم تطويرها بواسطة 4bw_fdx، والميزة الرئيسية لها هي "Zero Code, Only one thing, let your chrome running in background".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Chrome In the Background
قم بتنزيل ملفات الامتداد Chrome In the Background بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
You may want to run Chrome in background for quick restart, but if there is no extension have background permission, Chrome will quit totally if last tab is closed. This extension does only one thing that makes Chrome running in the background.
معلومات أساسية عن التمديد
الاسم | |
ID | dgddokplpdbcnjhmgeghjandkglebglc |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/chrome-in-the-background/dgddokplpdbcnjhmgeghjandkglebglc |
الوصف | Zero Code, Only one thing, let your chrome running in background |
حجم الملف | 2.63 KB |
عدد التثبيتات | 66 |
النسخة الحالية | 1.0.3 |
آخر تحديث | 2023-05-08 |
تاريخ النشر | 2015-12-29 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | 4bw_fdx |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Chrome In the Background", "version": "1.0.3", "description": "Zero Code, Only one thing, let your chrome running in background", "permissions": [ "background" ], "background": { "persistence": true } } |