Download Station - Filer.net

Get all Filer.net links in one string

Download Station - Filer.net क्या है?

Download Station - Filer.net sladomic द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get all Filer.net links in one string"।

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

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

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

                        Get all Filer.net links in one string (all links will be copied to the clipboard).                    

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

नाम Download Station - Filer.net Download Station - Filer.net
ID kmejfgibpfncinliojieccbmldkbnajl
आधिकारिक URL https://chromewebstore.google.com/detail/download-station-filernet/kmejfgibpfncinliojieccbmldkbnajl
विवरण Get all Filer.net links in one string
फ़ाइल का आकार 32.61 KB
स्थापना संख्या 32
वर्तमान संस्करण 1.0
अंतिम अपडेट 2017-01-18
प्रकाशन तिथि 2017-01-18
डेवलपर sladomic
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Download Station - Filer.net",
    "description": "Get all Filer.net links in one string",
    "version": "1.0",
    "browser_action": {
        "default_title": "Copy the Filer.net links to clipboard"
    },
    "background": {
        "scripts": [
            "jquery-2.1.3.min.js",
            "eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab"
    ]
}