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란 무엇입니까?

Web Scrapbook: Text & Image Saver은(는) cho719449에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A minimalistic web scrapbook to save, manage, and streamline web content. No external requests. No tracking. No bullshit."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Web Scrapbook: Text & Image Saver 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        **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!                    

확장 프로그램 기본 정보

이름 Web Scrapbook: Text & Image Saver Web Scrapbook: Text & Image Saver
ID nlclnebpahbdinokjbcfonheainpmckn
공식 URL https://chromewebstore.google.com/detail/web-scrapbook-text-image/nlclnebpahbdinokjbcfonheainpmckn
설명 A minimalistic web scrapbook to save, manage, and streamline web content. No external requests. No tracking. No bullshit.
파일 크기 20.1 KB
설치 횟수 23
현재 버전 1.5
최근 업데이트 2023-07-26
출시 날짜 2023-07-19
개발자 cho719449
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://sites.google.com/view/cho719449/home
지원되는 언어 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"
        }
    }
}