Sprucemarks

Automatically sort bookmarks by title, date, or URL.

Sprucemarks란 무엇입니까?

Sprucemarks은(는) Kai Nightmode에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically sort bookmarks by title, date, or URL."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Sprucemarks 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Sprucemarks is now free.

FEATURES

• Organize your Bookmarks Bar, Other Bookmarks, and Mobile Bookmarks.
• Group folders together or have them sorted alongside bookmarks.
• Each area can have its own sort order.
• Save your options once and have your bookmarks sorted now and automatically into the future.
• Review and improve your bookmarks collection with a suite of tools. Check for and optionally remove empty folders, duplicate bookmarks, and similar bookmarks. View and optionally clear your bookmark history.

LIMITATIONS

Sprucemarks can be used alongside other bookmark extensions but you must be careful that both extensions do not try to sort the same areas. Each extension may have its own sorting logic which may lead to endless sorting as each extension reacts to changes by the other.

PRIVACY

Sprucemarks respects your privacy.
https://nightmode.fm/software/sprucemarks/privacy

DONATE

My software may be free but I require liquids to keep going. Donate a bubble tea to support my work and get the ability to private message me.
https://ko-fi.com/kai_nightmode                    

확장 프로그램 기본 정보

이름 Sprucemarks Sprucemarks
ID fakeocdnmmmnokabaiflppclocckihoj
공식 URL https://chromewebstore.google.com/detail/sprucemarks/fakeocdnmmmnokabaiflppclocckihoj
설명 Automatically sort bookmarks by title, date, or URL.
파일 크기 498 KB
설치 횟수 13,740
현재 버전 2022.11.27.0
최근 업데이트 2022-11-27
출시 날짜 2020-07-02
평점 4.07/5 총 401 개의 평점
개발자 Kai Nightmode
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://nightmode.fm/software/sprucemarks
도움말 페이지 URL https://ko-fi.com/kai_nightmode
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_title": "Sprucemarks"
    },
    "default_locale": "en",
    "description": "__MSG_extensionDescription__",
    "icons": {
        "16": "images\/icon\/icon-default-16.png",
        "24": "images\/icon\/icon-default-24.png",
        "32": "images\/icon\/icon-default-32.png",
        "48": "images\/icon\/icon-default-48.png",
        "64": "images\/icon\/icon-default-64.png",
        "96": "images\/icon\/icon-default-96.png",
        "128": "images\/icon\/icon-default-128.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "80",
    "name": "Sprucemarks",
    "options_ui": {
        "open_in_tab": true,
        "page": "page\/light\/dark\/options.html"
    },
    "permissions": [
        "bookmarks",
        "storage"
    ],
    "short_name": "Sprucemarks",
    "version": "2022.11.27.0"
}