Web Clipper
Universal open source web clipper.
什么是Web Clipper?
Web Clipper是由DiamondYuan开发的Chrome扩展程序,该扩展的主要功能是“Universal open source web clipper.”。
扩展截图
下载Web Clipper扩展crx文件
下载Web Clipper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is BETA Version.
Web Clipper is an open source extension.You can save anything on the web to anywhere.And you can easily to add any platform.
SUPPORTED PLATFORM NOW
- Yuque
- Github
- Notion
- Youdao
Web Clipper is a pluginization extension.Any you can easily to write new plugin.
SUPPORTED PLUGIN
- BOOKMARK
- FULL PAGE
- QR CODE
- MANUAL SELECTION
- SCREENSHOTS
- READABILITY
SOURCE CODE
https://github.com/webclipper/web-clipper 扩展基本信息
| 名称 | |
| ID | finhmpmkpbacljcdemplngnnjdenihpp |
| 官方URL | https://chromewebstore.google.com/detail/web-clipper/finhmpmkpbacljcdemplngnnjdenihpp |
| 简介 | Universal open source web clipper. |
| 文件大小 | 1.52 MB |
| 安装次数 | 1,267 |
| 当前版本 | 1.35.0 |
| 更新时间 | 2023-08-08 |
| 上架时间 | 2020-07-01 |
| 评分 | 5.00/5 共7次评分 |
| 开发者 | DiamondYuan |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://clipper.website |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"icons": {
"128": "icon.png"
},
"browser_action": {
"default_icon": {
"128": "icon.png"
}
},
"background": {
"scripts": [
"background.js"
]
},
"web_accessible_resources": [
"tool.html"
],
"name": "Web Clipper",
"version": "1.35.0",
"description": "Universal open source web clipper.",
"permissions": [
"activeTab",
"storage",
"https:\/\/api.clipper.website\/*",
"https:\/\/resource.clipper.website\/*",
"contextMenus"
],
"commands": {
"toggle-feature-foo": {
"suggested_key": {
"default": "Alt+S"
},
"description": "Test"
}
},
"optional_permissions": [
"cookies",
" | |