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
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
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
Extension Basic Information
Name | Web Clipper |
ID | finhmpmkpbacljcdemplngnnjdenihpp |
Official URL | https://chromewebstore.google.com/detail/web-clipper/finhmpmkpbacljcdemplngnnjdenihpp |
Description | Universal open source web clipper. |
File Size | 1.52 MB |
Installation Count | 1,267 |
Current Version | 1.35.0 |
Last Updated | 2023-08-08 |
Publish Date | 2020-07-01 |
Rating | 5.00/5 Total 7 Ratings |
Developer | DiamondYuan |
[email protected] | |
Payment Type | free |
Extension Website | https://clipper.website |
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", " |