Replace URL
Replace URL in the address bar.
什麼是Replace URL?
Replace URL是由decoy123開發的Chrome擴展程式,該擴展的主要功能是“Replace URL in the address bar.”。
擴展截圖
下載Replace URL擴展crx文件
下載Replace URL擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Replace URL |
ID | oeiokhhfnleodojlgieagmmcfglamnaa |
官方網址 | https://chromewebstore.google.com/detail/replace-url/oeiokhhfnleodojlgieagmmcfglamnaa |
簡介 | Replace URL in the address bar. |
檔案大小 | 171 KB |
安裝次數 | 2,497 |
目前版本 | 1.0.2 |
更新時間 | 2022-09-24 |
上架時間 | 2017-04-05 |
評分 | 3.29/5 共 17 次評分 |
開發者 | decoy123 |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/decoy123/replace_url |
支援的語言 | 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" } } |