Web Clipper
Universal open source web clipper.
Wat is Web Clipper?
Web Clipper is een Chrome-extensie ontwikkeld door DiamondYuan, en de belangrijkste functie is "Universal open source web clipper.".
Extensie Screenshots
Download het CRX-bestand van de extensie Web Clipper
Download Web Clipper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Web Clipper |
ID | mhfbofiokmppgdliakminbgdgcmbhbac |
Officiële URL | https://chromewebstore.google.com/detail/web-clipper/mhfbofiokmppgdliakminbgdgcmbhbac |
Beschrijving | Universal open source web clipper. |
Bestandsgrootte | 1.52 MB |
Aantal Installaties | 41,222 |
Huidige Versie | 1.35.0 |
Laatst Bijgewerkt | 2023-08-08 |
Publicatiedatum | 2020-04-26 |
Beoordeling | 4.62/5 Totaal 154 Beoordelingen |
Ontwikkelaar | DiamondYuan |
[email protected] | |
Betalingswijze | in_app |
Extensiewebsite | https://github.com/webclipper/web-clipper |
Help Pagina-URL | https://github.com/webclipper/web-clipper/issues |
Ondersteunde Talen | 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", " |