URL Converter for Devs
A chrome extension to convert current url using the provided regex
What is URL Converter for Devs?
URL Converter for Devs is a Chrome extension developed by Yu Zhou, and its main feature is "A chrome extension to convert current url using the provided regex".
Extension Screenshots
Download URL Converter for Devs Extension CRX File
Download URL Converter for Devs extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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 Extension Basic Information
| Name | |
| ID | foajooinlbbhjdmolphogmadmnfllfhb |
| Official URL | https://chrome.google.com/webstore/detail/url-converter-for-devs/foajooinlbbhjdmolphogmadmnfllfhb |
| Description | A chrome extension to convert current url using the provided regex |
| File Size | 8.32 KB |
| Installation Count | 26 |
| Current Version | 1.0.0 |
| Last Updated | 2018-11-11 |
| Publish Date | 2018-11-11 |
| Developer | Yu Zhou |
| [email protected] | |
| Payment Type | free |
| Supported Languages | 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"
]
} | |