Bookmark URL Batch Replacer
Batch replace bookmark URL.
Bookmark URL Batch Replacerとは何ですか?
Bookmark URL Batch Replacerはno.web.developerによって開発されたChromeの拡張機能で、その主な機能は「Batch replace bookmark URL.」です。
拡張機能のスクリーンショット
Bookmark URL Batch Replacer拡張機能のCRXファイルをダウンロード
Bookmark URL Batch Replacer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
**Introduction** Bookmark URL Batch Replacer is a gadget that can use Regular Expressions to batch replace and modify bookmark URL. And never collect any private information. This extension is open source with MIT license. For more details, see: https://github.com/LightAPIs/bookmark-url-batch-replacer
拡張機能の基本情報
名前 | Bookmark URL Batch Replacer |
ID | dfnljilidcnlgaaacemdciplbblpjanl |
公式URL | https://chromewebstore.google.com/detail/bookmark-url-batch-replac/dfnljilidcnlgaaacemdciplbblpjanl |
説明 | Batch replace bookmark URL. |
ファイルサイズ | 228 KB |
インストール数 | 1,077 |
現在のバージョン | 1.1.1 |
最終更新日 | 2023-07-17 |
公開日 | 2022-02-12 |
評価 | 4.50/5 合計 14 レビュー |
開発者 | no.web.developer |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/LightAPIs/bookmark-url-batch-replacer |
ヘルプページのURL | https://github.com/LightAPIs/bookmark-url-batch-replacer |
プライバシーポリシーページのURL | https://www.freeprivacypolicy.com/live/9505d7dd-7a31-4cac-af01-518079c63621 |
対応言語 | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "description": "__MSG_extDes__", "version": "1.1.1", "minimum_chrome_version": "90", "author": "pana", "homepage_url": "https:\/\/github.com\/LightAPIs\/bookmark-url-batch-replacer", "default_locale": "en", "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "background": { "service_worker": "js\/background.js" }, "action": { "default_title": "__MSG_extName__" }, "permissions": [ "bookmarks" ] } |