URL Converter for Devs
A chrome extension to convert current url using the provided regex
Wat is URL Converter for Devs?
URL Converter for Devs is een Chrome-extensie ontwikkeld door Yu Zhou, en de belangrijkste functie is "A chrome extension to convert current url using the provided regex".
Extensie Screenshots
Download het CRX-bestand van de extensie URL Converter for Devs
Download URL Converter for Devs-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | foajooinlbbhjdmolphogmadmnfllfhb |
Officiële URL | https://chrome.google.com/webstore/detail/url-converter-for-devs/foajooinlbbhjdmolphogmadmnfllfhb |
Beschrijving | A chrome extension to convert current url using the provided regex |
Bestandsgrootte | 8.32 KB |
Aantal Installaties | 26 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2018-11-11 |
Publicatiedatum | 2018-11-11 |
Ontwikkelaar | Yu Zhou |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |