My Reload Button

Add Reload button

My Reload Button क्या है?

My Reload Button art द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add Reload button"।

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

screenshot

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

crx प्रारूप में My Reload Button एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Go/Reload button                    

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

नाम My Reload Button My Reload Button
ID enljbahijigkmdlagadnkokcjgnkainm
आधिकारिक URL https://chromewebstore.google.com/detail/my-reload-button/enljbahijigkmdlagadnkokcjgnkainm
विवरण Add Reload button
फ़ाइल का आकार 17.66 KB
स्थापना संख्या 32
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2019-11-14
प्रकाशन तिथि 2019-11-12
रेटिंग 4.00/5 कुल 2 रेटिंग्स
डेवलपर art
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "icon_128.png",
            "48": "icon_48.png",
            "32": "icon_32.png",
            "16": "icon_16.png"
        },
        "default_title": "Go"
    },
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png",
        "32": "icon_32.png",
        "16": "icon_16.png"
    },
    "manifest_version": 2,
    "name": "My Reload Button",
    "description": "Add Reload button",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0"
}