File Renamer

Renames the files downloaded from Course Page of VIT Academics

File Renamer क्या है?

File Renamer lalit.umbarkar9 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Renames the files downloaded from Course Page of VIT Academics"।

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

screenshot
screenshot

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

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

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

                        A small extension which automatically renames the files to be downloaded from VIT academics (V-TOP) Course Page.
File is renamed at the 'Download Prompt' when we save the file.                    

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

नाम File Renamer File Renamer
ID ohfgedoikmmblncjliglaehgnpjmfoib
आधिकारिक URL https://chrome.google.com/webstore/detail/ohfgedoikmmblncjliglaehgnpjmfoib
विवरण Renames the files downloaded from Course Page of VIT Academics
फ़ाइल का आकार 4.95 KB
स्थापना संख्या 135
वर्तमान संस्करण 0.3.9
अंतिम अपडेट 2016-06-17
प्रकाशन तिथि 2016-06-17
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर lalit.umbarkar9
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/MrL1605/File-Renamer
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "File Renamer",
    "description": "Renames the files downloaded from Course Page of VIT Academics",
    "version": "0.3.9",
    "minimum_chrome_version": "26.0.1428",
    "background": {
        "scripts": [
            "rename_bg.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "downloads",
        "*:\/\/vtop.vit.ac.in\/*"
    ]
}