URL Converter for Devs
A chrome extension to convert current url using the provided regex
URL Converter for Devs क्या है?
URL Converter for Devs Yu Zhou द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A chrome extension to convert current url using the provided regex"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में URL Converter for Devs एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This is a chrome extension to convert current url using the provided regex. The most common use is to convert production url into development/local url for testing
एक्सटेंशन की मूल जानकारी
नाम | |
ID | foajooinlbbhjdmolphogmadmnfllfhb |
आधिकारिक URL | https://chrome.google.com/webstore/detail/url-converter-for-devs/foajooinlbbhjdmolphogmadmnfllfhb |
विवरण | A chrome extension to convert current url using the provided regex |
फ़ाइल का आकार | 8.32 KB |
स्थापना संख्या | 26 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2018-11-11 |
प्रकाशन तिथि | 2018-11-11 |
डेवलपर | Yu Zhou |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "URL Converter for Devs", "version": "1.0.0", "description": "A chrome extension to convert current url using the provided regex", "icons": { "128": "icons\/128.png", "48": "icons\/48.png", "16": "icons\/16.png" }, "browser_action": { "default_icon": "icons\/16.png", "default_popup": "popup.html" }, "permissions": [ "storage", "tabs", "notifications", "contextMenus" ] } |