Sprucemarks

Automatically sort bookmarks.

Sprucemarks란 무엇입니까?

Sprucemarks은(는) Karlheinz Graf에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically sort bookmarks."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Automatically sort bookmarks by title, date, or URL.

• Organize your Bookmarks Bar, Other Bookmarks, and Mobile Bookmarks.
• Each area (and sub folders) can have their own sort order, or no order.
• Group folders together or have them sorted alongside bookmarks.
• Save your options once and have your bookmarks sorted now and automatically into the future.                    

확장 프로그램 기본 정보

이름 Sprucemarks Sprucemarks
ID ajhenjdmeogjccfnbemhfgoocnlboadl
공식 URL https://chrome.google.com/webstore/detail/sprucemarks/ajhenjdmeogjccfnbemhfgoocnlboadl
설명 Automatically sort bookmarks.
파일 크기 144 KB
설치 횟수 152
현재 버전 2019.10.15.0
최근 업데이트 2023-07-25
출시 날짜 2020-03-08
평점 4.50/5 총 6 개의 평점
개발자 Karlheinz Graf
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sprucemarks",
    "short_name": "Sprucemarks",
    "description": "Automatically sort bookmarks.",
    "background": {
        "page": "background.html"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "55",
    "options_page": "options.html",
    "permissions": [
        "bookmarks",
        "storage"
    ],
    "version": "2019.10.15.0"
}