Replace URL

Replace URL in the address bar.

Cos'è Replace URL?

Replace URL è un'estensione di Chrome sviluppata da decoy123, e la sua funzione principale è "Replace URL in the address bar.".

Screenshot dell'Estensione

screenshot

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

                        Replace URL replace the specified words with new words in the address bar.

1. Please specify old words(or regular expressions) and new words on option page.

2. Click this extension's icon. And automatically move to the new URL.                    

Informazioni di Base sull'Estensione

Nome Replace URL Replace URL
ID oeiokhhfnleodojlgieagmmcfglamnaa
URL Ufficiale https://chromewebstore.google.com/detail/replace-url/oeiokhhfnleodojlgieagmmcfglamnaa
Descrizione Replace URL in the address bar.
Dimensione del File 171 KB
Conteggio Installazioni 2,497
Versione Corrente 1.0.2
Ultimo Aggiornamento 2022-09-24
Data di Pubblicazione 2017-04-05
Valutazione 3.29/5 Totale 17 Valutazioni
Sviluppatore decoy123
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/decoy123/replace_url
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Replace URL",
    "version": "1.0.2",
    "description": "Replace URL in the address bar.",
    "icons": [],
    "permissions": [
        "tabs",
        "storage"
    ],
    "action": {
        "default_icon": [],
        "default_title": "Replace URL"
    },
    "options_ui": {
        "page": ".\/src\/self\/html\/options.html"
    },
    "background": {
        "service_worker": ".\/src\/gen\/index.bundle.js"
    }
}