Chrome Devtools Refresh Button

Adds a simple refresh button (tab) to the Devtools window.

Chrome Devtools Refresh Button क्या है?

Chrome Devtools Refresh Button kynetiv द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds a simple refresh button (tab) to the Devtools window."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Chrome Devtools Refresh Button एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.                    

एक्सटेंशन की मूल जानकारी

नाम Chrome Devtools Refresh Button Chrome Devtools Refresh Button
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
सहायता पृष्ठ URL 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"
    }
}