Download Renamer
Check downloads and replace/remove illegal characters, simple fix for the single quote issue.
Download Renamer क्या है?
Download Renamer Michael द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Check downloads and replace/remove illegal characters, simple fix for the single quote issue."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Download Renamer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension checks the filename of downloads, when it contains illegal characters they will be removed. Spaces will be replaced with underscores. This extension can be used as simple fix for the single quote (') problem.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | bhgbjidhkpomdgkkgepcfdjcfjpdjcej |
आधिकारिक URL | https://chromewebstore.google.com/detail/download-renamer/bhgbjidhkpomdgkkgepcfdjcfjpdjcej |
विवरण | Check downloads and replace/remove illegal characters, simple fix for the single quote issue. |
फ़ाइल का आकार | 7.94 KB |
स्थापना संख्या | 30 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2019-02-21 |
प्रकाशन तिथि | 2019-02-21 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Michael |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Download Renamer", "version": "1.2", "description": "Check downloads and replace\/remove illegal characters, simple fix for the single quote issue.", "permissions": [ "downloads" ], "background": { "scripts": [ "background.js" ], "persistant": false }, "icons": { "64": "icon64.png" }, "manifest_version": 2 } |