Replace URL
Replace URL in the address bar.
Co to jest Replace URL?
Replace URL to rozszerzenie Chrome opracowane przez decoy123, a jego główną funkcją jest „Replace URL in the address bar.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Replace URL
Pobierz pliki rozszerzeń Replace URL w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Replace URL |
ID | oeiokhhfnleodojlgieagmmcfglamnaa |
Oficjalny URL | https://chromewebstore.google.com/detail/replace-url/oeiokhhfnleodojlgieagmmcfglamnaa |
Opis | Replace URL in the address bar. |
Rozmiar pliku | 171 KB |
Liczba instalacji | 2,497 |
Aktualna Wersja | 1.0.2 |
Ostatnia Aktualizacja | 2022-09-24 |
Data Publikacji | 2017-04-05 |
Ocena | 3.29/5 Łącznie 17 Oceny |
Deweloper | decoy123 |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/decoy123/replace_url |
Obsługiwane Języki | 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" } } |