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
拡張機能の基本情報
名前 | 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 |
Eメール | [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", " |