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 |
公式URL | 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 |
Eメール | [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" } } |