Sortmark
Sort bookmarks all at once.
Sortmark란 무엇입니까?
Sortmark은(는) webgoto에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sort bookmarks all at once."입니다.
확장 프로그램 스크린샷
Sortmark 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
・Sort Ascending, Descending ・Can be compared by title, URL, and date added ・Automatically in the background ・Ignore specified folder ・Run in the specified folder ■Change log 2021/01/25 v0.1.4 ・[improvement] background persistent is true. 2020-07-02 v0.1.3 ・[Fix] An error occurs when there are many bookmarks. 2020-06-24 v0.1.2 ・Added japanese language. 2020-06-11 v0.1.1 ・Sorting algorithm closer to chrome browser. 2020-01-22 v0.1.0 ・First release
확장 프로그램 기본 정보
이름 | Sortmark |
ID | nmhnlemdhjjebiklhbjmpkiekgjjbnfc |
공식 URL | https://chromewebstore.google.com/detail/sortmark/nmhnlemdhjjebiklhbjmpkiekgjjbnfc |
설명 | Sort bookmarks all at once. |
파일 크기 | 21.32 KB |
설치 횟수 | 2,840 |
현재 버전 | 0.1.4 |
최근 업데이트 | 2021-01-26 |
출시 날짜 | 2020-07-02 |
평점 | 4.78/5 총 23 개의 평점 |
개발자 | webgoto |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "background": { "scripts": [ "background.js" ], "persistent": false }, "description": "Sort bookmarks all at once.", "icons": { "128": "icon128.png", "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2, "options_page": "options.html", "name": "Sortmark", "browser_action": [], "permissions": [ "bookmarks" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.4" } |