Replace URL
Replace URL in the address bar.
Vad är Replace URL?
Replace URL är en Chrome-tillägg utvecklad av decoy123, och dess huvudfunktion är "Replace URL in the address bar.".
Tilläggsskärmbilder
Ladda ner Replace URL-förlängningens CRX-fil
Ladda ner Replace URL-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Replace URL |
ID | oeiokhhfnleodojlgieagmmcfglamnaa |
Officiell webbadress | https://chromewebstore.google.com/detail/replace-url/oeiokhhfnleodojlgieagmmcfglamnaa |
Beskrivning | Replace URL in the address bar. |
Filstorlek | 171 KB |
Antal Installationer | 2,497 |
Aktuell Version | 1.0.2 |
Senast Uppdaterad | 2022-09-24 |
Publiceringsdatum | 2017-04-05 |
Betyg | 3.29/5 Totalt 17 Betyg |
Utvecklare | decoy123 |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/decoy123/replace_url |
Stödda Språk | 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" } } |