Pull de Reload

Pull to Reload.

Pull de Reload क्या है?

Pull de Reload DESIGNSATELLITES द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Pull to Reload."।

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

screenshot

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

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

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

                        画面を引き下げてリロードします。
Mac OS X 10.7(Lion) 以降対応

Pull to Reload.
Mac OS X 10.7(Lion) later.                    

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

नाम Pull de Reload Pull de Reload
ID fcacgalkmpjkobjhhgkbpeahdhpmhplj
आधिकारिक URL https://chromewebstore.google.com/detail/pull-de-reload/fcacgalkmpjkobjhhgkbpeahdhpmhplj
विवरण Pull to Reload.
फ़ाइल का आकार 13.64 KB
स्थापना संख्या 19
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2012-12-25
प्रकाशन तिथि 2012-12-24
डेवलपर DESIGNSATELLITES
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.designsatellites.jp/
समर्थित भाषाएँ ja
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pull de Reload",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Pull to Reload.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "background.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ]
}