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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
**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 |
이메일 | [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" ] } |