Chrome Devtools Refresh Button
Adds a simple refresh button (tab) to the Devtools window.
ما هو Chrome Devtools Refresh Button؟
Chrome Devtools Refresh Button هو إضافة Chrome تم تطويرها بواسطة kynetiv، والميزة الرئيسية لها هي "Adds a simple refresh button (tab) to the Devtools window.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Chrome Devtools Refresh Button
قم بتنزيل ملفات الامتداد Chrome Devtools Refresh Button بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Why? Sometimes you just want a refresh button in your devtools window instead of moving your hand from chin to keyboard for a `cmd + R`. Or maybe you're so deep into devtools with _many_ windows open and you simply can't quickly navigate to the current inspected window.
معلومات أساسية عن التمديد
الاسم | |
ID | gkecfhjbpefgainnffmholmcpfaabiib |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/chrome-devtools-refresh-b/gkecfhjbpefgainnffmholmcpfaabiib |
الوصف | Adds a simple refresh button (tab) to the Devtools window. |
حجم الملف | 9.1 KB |
عدد التثبيتات | 726 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2018-06-27 |
تاريخ النشر | 2018-06-26 |
تقييم | 4.00/5 مجموع تقييمات 3 |
المطور | kynetiv |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/kynetiv/Chrome-Devtools-Refresh-Btn |
عنوان صفحة المساعدة | https://github.com/kynetiv/Chrome-Devtools-Refresh-Btn/issues |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome Devtools Refresh Button", "version": "1.0.2", "manifest_version": 2, "author": "kynetiv", "description": "Adds a simple refresh button (tab) to the Devtools window.", "devtools_page": "devtoolsRefresh.html", "icons": { "16": "refresh16.png", "32": "refresh32.png", "128": "refresh128.png" } } |