Replace URL

Replace URL in the address bar.

Wat is Replace URL?

Replace URL is een Chrome-extensie ontwikkeld door decoy123, en de belangrijkste functie is "Replace URL in the address bar.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Replace URL

Download Replace URL-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

                        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.                    

Basisinformatie over de Extensie

Naam Replace URL Replace URL
ID oeiokhhfnleodojlgieagmmcfglamnaa
Officiële URL https://chromewebstore.google.com/detail/replace-url/oeiokhhfnleodojlgieagmmcfglamnaa
Beschrijving Replace URL in the address bar.
Bestandsgrootte 171 KB
Aantal Installaties 2,497
Huidige Versie 1.0.2
Laatst Bijgewerkt 2022-09-24
Publicatiedatum 2017-04-05
Beoordeling 3.29/5 Totaal 17 Beoordelingen
Ontwikkelaar decoy123
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/decoy123/replace_url
Ondersteunde Talen 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"
    }
}