Save Multiple Bookmarks

Save multiple bookmarks effortlessly in Chrome

Save Multiple Bookmarks là gì?

Save Multiple Bookmarks là một tiện ích mở rộng Chrome được phát triển bởi extensions.cs, và tính năng chính của nó là "Save multiple bookmarks effortlessly in Chrome".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Save Multiple Bookmarks

Tải xuống các tệp mở rộng Save Multiple Bookmarks dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Save Multiple Bookmarks Save Multiple Bookmarks
ID caghbainnkeifhfokfhmnbhfjbnadaok
URL Chính Thức https://chromewebstore.google.com/detail/save-multiple-bookmarks/caghbainnkeifhfokfhmnbhfjbnadaok
Mô tả Save multiple bookmarks effortlessly in Chrome
Kích Thước Tệp 191 KB
Số Lần Cài Đặt 49
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-10-01
Ngày Phát Hành 2022-10-01
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển extensions.cs
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            }
        }
    }
}