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.”。
擴展截圖
下載Web Scrapbook: Text & Image Saver擴展crx文件
下載Web Scrapbook: Text & Image Saver擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
**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! 擴展基本資訊
| 名稱 | |
| ID | nlclnebpahbdinokjbcfonheainpmckn |
| 官方網址 | 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"
}
}
} | |