Web Scrapbook: Text & Image Saver

A minimalistic web scrapbook to save, manage, and streamline web content. No external requests. No tracking. No bullshit.

Web Scrapbook: Text & Image Saver là gì?

Web Scrapbook: Text & Image Saver là một tiện ích mở rộng Chrome được phát triển bởi cho719449, và tính năng chính của nó là "A minimalistic web scrapbook to save, manage, and streamline web content. No external requests. No tracking. No bullshit.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Web Scrapbook: Text & Image Saver

Tải xuống các tệp mở rộng Web Scrapbook: Text & Image Saver 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

                        **Title**

Web Scrapbook: Text & Image Saver

**Short Description**

Collect, manage, and archive important content from the web. Save images and text from any webpage with a single click!

**Detailed Description**

Web Scrapbook is your personal internet curator. Save images and text directly from your browser, manage your collection within our user-friendly interface, and organize your scrapbook your way.

**Features**

- **Save with Ease:** Right-click on any image or text selection to save directly to your Web Scrapbook.
- **Intuitive Management:** Access your saved items through a simple popup interface. Review, add, or delete items with ease.
- **Group By URL:** Consolidate items from the same page for easy reference.
- **Edit Mode:** Switch to edit mode to modify your items in a Markdown format.
- **Export Functionality:** Reset your collection and export all items as a JSON file for easy data migration or backup.
- **Privacy Focused:** All your data is stored locally and never leaves your computer.

With Web Scrapbook, you have a powerful tool that makes the internet more accessible and manageable, right at your fingertips. Transform your browsing experience today!                    

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

Tên Web Scrapbook: Text & Image Saver Web Scrapbook: Text & Image Saver
ID nlclnebpahbdinokjbcfonheainpmckn
URL Chính Thức https://chromewebstore.google.com/detail/web-scrapbook-text-image/nlclnebpahbdinokjbcfonheainpmckn
Mô tả A minimalistic web scrapbook to save, manage, and streamline web content. No external requests. No tracking. No bullshit.
Kích Thước Tệp 20.1 KB
Số Lần Cài Đặt 23
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2023-07-26
Ngày Phát Hành 2023-07-19
Nhà Phát Triển cho719449
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/cho719449/home
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Web Scrapbook: Text & Image Saver",
    "description": "A minimalistic web scrapbook to save, manage, and streamline web content. No external requests. No tracking. No bullshit.",
    "version": "1.5",
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "contextMenus",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon.png",
            "48": "icon.png",
            "128": "icon.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "commands": {
        "saveHtml": {
            "suggested_key": {
                "default": "Alt+C",
                "mac": "Alt+C"
            },
            "description": "Save HTML"
        }
    }
}