Save Multiple Bookmarks

Save multiple bookmarks effortlessly in Chrome

Save Multiple Bookmarks란 무엇입니까?

Save Multiple Bookmarks은(는) extensions.cs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save multiple bookmarks effortlessly in Chrome"입니다.

확장 프로그램 스크린샷

screenshot

Save Multiple Bookmarks 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Use this extension to:
 • Save multiple bookmarks simultaneously and edit them as you save.
 • Create new bookmark folders.

How to use:
 • Select the tabs you want to save with 'Ctrl + Left Mouse Click'.
 • Activate the extension, edit the Title or URL of the shown bookmark, and choose a folder to save it to.
 • Click save or press 'Enter'.
 • Next selected bookmark will appear.

Full keyboard accessibility is supported.

Happy organizing!                    

확장 프로그램 기본 정보

이름 Save Multiple Bookmarks Save Multiple Bookmarks
ID caghbainnkeifhfokfhmnbhfjbnadaok
공식 URL https://chromewebstore.google.com/detail/save-multiple-bookmarks/caghbainnkeifhfokfhmnbhfjbnadaok
설명 Save multiple bookmarks effortlessly in Chrome
파일 크기 191 KB
설치 횟수 49
현재 버전 1.0
최근 업데이트 2022-10-01
출시 날짜 2022-10-01
평점 5.00/5 총 2 개의 평점
개발자 extensions.cs
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Save Multiple Bookmarks",
    "description": "Save multiple bookmarks effortlessly in Chrome",
    "permissions": [
        "bookmarks",
        "tabs"
    ],
    "version": "1.0",
    "icons": {
        "16": "\/icons\/16.png",
        "32": "\/icons\/32.png",
        "128": "\/icons\/128.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "\/icons\/16.png",
            "32": "\/icons\/32.png",
            "128": "\/icons\/128.png"
        }
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Alt+S",
                "mac": "Ctrl+Shift+1",
                "chromeos": "Ctrl+Shift+1",
                "linux": "Ctrl+Shift+1"
            }
        }
    }
}