Web Clipper
Universal open source web clipper.
ما هو Web Clipper؟
Web Clipper هو إضافة Chrome تم تطويرها بواسطة DiamondYuan، والميزة الرئيسية لها هي "Universal open source web clipper.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Web Clipper
قم بتنزيل ملفات الامتداد Web Clipper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
البريد الإلكتروني | [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", " |