URL Converter for Devs
A chrome extension to convert current url using the provided regex
Cos'è URL Converter for Devs?
URL Converter for Devs è un'estensione di Chrome sviluppata da Yu Zhou, e la sua funzione principale è "A chrome extension to convert current url using the provided regex".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione URL Converter for Devs
Scarica i file di estensione URL Converter for Devs in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | foajooinlbbhjdmolphogmadmnfllfhb |
| URL Ufficiale | https://chrome.google.com/webstore/detail/url-converter-for-devs/foajooinlbbhjdmolphogmadmnfllfhb |
| Descrizione | A chrome extension to convert current url using the provided regex |
| Dimensione del File | 8.32 KB |
| Conteggio Installazioni | 26 |
| Versione Corrente | 1.0.0 |
| Ultimo Aggiornamento | 2018-11-11 |
| Data di Pubblicazione | 2018-11-11 |
| Sviluppatore | Yu Zhou |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
} | |