Browser Favorites Cleaner
How many URLs in favorites have been 404? How many repetitions? How many websites have been shut down? Let's clean them up!
Browser Favorites Cleaner란 무엇입니까?
Browser Favorites Cleaner은(는) aceway에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "How many URLs in favorites have been 404? How many repetitions? How many websites have been shut down? Let's clean them up!"입니다.
확장 프로그램 스크린샷
Browser Favorites Cleaner 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
How many URLs in favorites have returned 404 errors? How many are duplicates? How many websites have been shut down? Let's clean them up! This Chrome extension helps you check for duplicate URLs in your favorite bookmarks and their service status. You can identify which URLs are duplicated in favorites and view them according to different service statuses, providing a convenient way to clean up your bookmarks.
확장 프로그램 기본 정보
이름 | Browser Favorites Cleaner |
ID | enmmclbemlglhfjdgaidcabiifimbdfm |
공식 URL | https://chromewebstore.google.com/detail/browser-favorites-cleaner/enmmclbemlglhfjdgaidcabiifimbdfm |
설명 | How many URLs in favorites have been 404? How many repetitions? How many websites have been shut down? Let's clean them up! |
파일 크기 | 672 KB |
설치 횟수 | 144 |
현재 버전 | 1.0.4 |
최근 업데이트 | 2023-04-06 |
출시 날짜 | 2023-02-19 |
평점 | 3.00/5 총 2 개의 평점 |
개발자 | aceway |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.4", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "manifest_version": 3, "permissions": [ "bookmarks" ], "action": { "default_popup": "popup.html", "default_title": "__MSG_titleName__" }, "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "Command+Shift+F" }, "description": "__MSG_cmdDesc__" } } } |