replace(URL)
Strings of the URL will be replaced based on the rules you define.
Cos'è replace(URL)?
replace(URL) è un'estensione di Chrome sviluppata da https://ordbtk.tumblr.com, e la sua funzione principale è "Strings of the URL will be replaced based on the rules you define.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione replace(URL)
Scarica i file di estensione replace(URL) 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
面倒なURL打ち直し作業をなくせます。例えば、ローカルで開いたファイルを、developサーバーのURLで開きたい時など便利です。 Informazioni di Base sull'Estensione
| Nome | |
| ID | hnikjjnnlhpkjmbojoefmefkmncfphek |
| URL Ufficiale | https://chromewebstore.google.com/detail/replaceurl/hnikjjnnlhpkjmbojoefmefkmncfphek |
| Descrizione | Strings of the URL will be replaced based on the rules you define. |
| Dimensione del File | 47.54 KB |
| Conteggio Installazioni | 402 |
| Versione Corrente | 0.1 |
| Ultimo Aggiornamento | 2013-04-18 |
| Data di Pubblicazione | 2013-04-17 |
| Valutazione | 3.75/5 Totale 8 Valutazioni |
| Sviluppatore | https://ordbtk.tumblr.com |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://ordbtk.tumblr.com/post/48264404231/chrome-extension-replace-url |
| Lingue Supportate | en,ja |
| manifest.json | |
{
"browser_action": {
"default_icon": "icon.png",
"default_title": "replace(URL)"
},
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "__MSG_extDescription__",
"default_locale": "ja",
"background": {
"scripts": [
"background.js"
]
},
"name": "replace(URL)",
"permissions": [
"tabs"
],
"options_page": "options.html",
"icons": {
"48": "icon48.png",
"128": "icon128.png",
"16": "icon16.png"
},
"manifest_version": 2,
"version": "0.1"
} | |