URL Converter for Devs
A chrome extension to convert current url using the provided regex
Qu'est-ce que URL Converter for Devs ?
URL Converter for Devs est une extension Chrome développée par Yu Zhou, et sa fonction principale est "A chrome extension to convert current url using the provided regex".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension URL Converter for Devs
Téléchargez les fichiers d'extension URL Converter for Devs au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | foajooinlbbhjdmolphogmadmnfllfhb |
URL Officiel | https://chrome.google.com/webstore/detail/url-converter-for-devs/foajooinlbbhjdmolphogmadmnfllfhb |
Description | A chrome extension to convert current url using the provided regex |
Taille du Fichier | 8.32 KB |
Nombre d'Installations | 26 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2018-11-11 |
Date de Publication | 2018-11-11 |
Développeur | Yu Zhou |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |