SuperSorter
Clean up your bookmark mess! Sort bookmarks automatically, delete duplicates, merge folders, etc.
SuperSorter란 무엇입니까?
SuperSorter은(는) Richard Corner에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Clean up your bookmark mess! Sort bookmarks automatically, delete duplicates, merge folders, etc."입니다.
확장 프로그램 스크린샷
SuperSorter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Are your Chrome bookmarks a mess? SuperSorter can help! SuperSorter sorts all of your bookmarks, in all your folders, into alphabetical order. It sorts folders too and if you like it will put the folders at the top of the list. SuperSorter also deletes empty folders, deletes duplicate bookmarks and merges folders with the same name. It can also sort bookmarks automatically every few minutes, making it even easier to keep everything tidy. Warning: There is no undo function, so use this extension at your own risk! WHAT'S NEW IN VERSION 1.0.6: - Added a dropdown to choose the language to sort and compare in.
확장 프로그램 기본 정보
이름 | SuperSorter |
ID | hjebfgojnlefhdgmomncgjglmdckngij |
공식 URL | https://chromewebstore.google.com/detail/supersorter/hjebfgojnlefhdgmomncgjglmdckngij |
설명 | Clean up your bookmark mess! Sort bookmarks automatically, delete duplicates, merge folders, etc. |
파일 크기 | 430 KB |
설치 횟수 | 92,740 |
현재 버전 | 1.0.6 |
최근 업데이트 | 2023-04-05 |
출시 날짜 | 2013-06-20 |
평점 | 3.56/5 총 1326 개의 평점 |
개발자 | Richard Corner |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | http://groups.google.com/group/supersorter |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SuperSorter", "version": "1.0.6", "description": "Clean up your bookmark mess! Sort bookmarks automatically, delete duplicates, merge folders, etc.", "background": { "service_worker": "ss.js", "type": "module" }, "action": { "default_icon": ".\/assets\/go-jump-48.png", "default_title": "Sort bookmarks" }, "options_page": "options.html", "icons": { "48": ".\/assets\/go-jump-48.png", "128": ".\/assets\/go-jump-128.png" }, "permissions": [ "bookmarks", "storage", "alarms", "activeTab" ] } |