Web Clipper

Universal open source web clipper.

What is Web Clipper?

Web Clipper is a Chrome extension developed by DiamondYuan, and its main feature is "Universal open source web clipper.".

Extension Screenshots

screenshot

Download Web Clipper Extension CRX File

Download Web Clipper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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

感谢 FlowUs 息流 赞助本项目
FlowUs 息流是一款为个人和团队打造的新一代知识管理与协作平台,以云端空间承载,配合灵活的信息搭建能力,为用户在工作、生活、学习中提供更多效率与专注。

产品覆盖移动及 PC 端全生态链条,依托 FlowUs 息流,团队和个人用户能够实现项目管理、知识库、企业网盘、内部工作流等一站式解决方案。

官网: https://flowus.cn/product                    

Extension Basic Information

Name Web Clipper Web Clipper
ID mhfbofiokmppgdliakminbgdgcmbhbac
Official URL https://chromewebstore.google.com/detail/web-clipper/mhfbofiokmppgdliakminbgdgcmbhbac
Description Universal open source web clipper.
File Size 1.52 MB
Installation Count 41,222
Current Version 1.35.0
Last Updated 2023-08-08
Publish Date 2020-04-26
Rating 4.62/5 Total 154 Ratings
Developer DiamondYuan
Email [email protected]
Payment Type in_app
Extension Website https://github.com/webclipper/web-clipper
Help Page URL https://github.com/webclipper/web-clipper/issues
Supported Languages 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",
        "",
        "webRequest",
        "webRequestBlocking"
    ]
}