Is my computer on?
How to tell if your computer is on.
ما هو Is my computer on?؟
Is my computer on? هو إضافة Chrome تم تطويرها بواسطة fatecate، والميزة الرئيسية لها هي "How to tell if your computer is on.".
تحميل ملف CRX للإضافة Is my computer on?
قم بتنزيل ملفات الامتداد Is my computer on? بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Don't know if your computer is on. Use this extension to find out. :D
معلومات أساسية عن التمديد
الاسم | |
ID | lgnjlnldhgoccfnjkmpmlickaeoimnom |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/is-my-computer-on/lgnjlnldhgoccfnjkmpmlickaeoimnom |
الوصف | How to tell if your computer is on. |
حجم الملف | 4.52 KB |
عدد التثبيتات | 910 |
النسخة الحالية | 0.69 |
آخر تحديث | 2016-02-29 |
تاريخ النشر | 2016-02-29 |
تقييم | 5.00/5 مجموع تقييمات 30 |
المطور | fatecate |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Is my computer on?", "description": "How to tell if your computer is on.", "version": "0.69", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |