Replace URL

Replace URL in the address bar.

Co je Replace URL?

Replace URL je rozšíření Chrome vyvinuté decoy123, a jeho hlavní funkcí je „Replace URL in the address bar.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Replace URL

Stáhněte si soubory rozšíření Replace URL ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Replace URL Replace URL
ID oeiokhhfnleodojlgieagmmcfglamnaa
Oficiální URL https://chromewebstore.google.com/detail/replace-url/oeiokhhfnleodojlgieagmmcfglamnaa
Popis Replace URL in the address bar.
Velikost souboru 171 KB
Počet instalací 2,497
Aktuální Verze 1.0.2
Poslední Aktualizace 2022-09-24
Datum Vydání 2017-04-05
Hodnocení 3.29/5 Celkem 17 Hodnocení
Vývojář decoy123
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/decoy123/replace_url
Podporované Jazyky 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"
    }
}