Auto Shutdown Extension
Small and simple extension for automatic computer shutdown
ما هو Auto Shutdown Extension؟
Auto Shutdown Extension هو إضافة Chrome تم تطويرها بواسطة auto.shutdown.extension، والميزة الرئيسية لها هي "Small and simple extension for automatic computer shutdown".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Auto Shutdown Extension
قم بتنزيل ملفات الامتداد Auto Shutdown Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
You want to shutdown you computer automatically? This is a Chrome extension for you. Extremely easy to use with available options: - Video player: schedule shutdown at specific point in video - Timed: shutdown at specific time - Countdown: count down time until shutdown - Sport: select sports event after the end of which you want your computer to shut down NOTE: extension works on Windows or Linux.
معلومات أساسية عن التمديد
الاسم | Auto Shutdown Extension |
ID | heanibacideokneklnfomdlokppmcaam |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/auto-shutdown-extension/heanibacideokneklnfomdlokppmcaam |
الوصف | Small and simple extension for automatic computer shutdown |
حجم الملف | 1.48 MB |
عدد التثبيتات | 5,000 |
النسخة الحالية | 0.1.24 |
آخر تحديث | 2023-11-09 |
تاريخ النشر | 2020-06-01 |
تقييم | 3.00/5 مجموع تقييمات 4 |
المطور | auto.shutdown.extension |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/senaa12/shutdown-extension |
عنوان صفحة المساعدة | https://github.com/senaa12/shutdown-extension/blob/master/FAQ.md |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Auto Shutdown Extension", "version": "0.1.24", "description": "Small and simple extension for automatic computer shutdown", "icons": { "48": "logo-48.png", "128": "logo-128.png" }, "browser_action": { "default_popup": "index.html", "default_icon": ".\/icon.png" }, "content_scripts": [ { "matches": [ " |