Auto Clipboard
Select automatic copy of text, crack selection prohibition and copy prohibition, support various libraries and websites, and…
ما هو Auto Clipboard؟
Auto Clipboard هو إضافة Chrome تم تطويرها بواسطة wangmeijian2016، والميزة الرئيسية لها هي "Select automatic copy of text, crack selection prohibition and copy prohibition, support various libraries and websites, and…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Auto Clipboard
قم بتنزيل ملفات الامتداد Auto Clipboard بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Select text, automatically copy to clipboard, save you every second! By default, the input text is not copied. Hold down Ctrl and select the input text. GitHub https://github.com/wangmeijian/auto_clipboard Issue https://github.com/wangmeijian/auto_clipboard/issues 0.5.3 2022-09-10 * Support more types of website
معلومات أساسية عن التمديد
الاسم | Auto Clipboard |
ID | inhnhgihdkbalmmojcbpalkkmhkmcdjm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/auto-clipboard/inhnhgihdkbalmmojcbpalkkmhkmcdjm |
الوصف | Select automatic copy of text, crack selection prohibition and copy prohibition, support various libraries and websites, and… |
حجم الملف | 24.27 KB |
عدد التثبيتات | 1,684 |
النسخة الحالية | 0.10.1 |
آخر تحديث | 2022-12-13 |
تاريخ النشر | 2020-03-13 |
تقييم | 4.13/5 مجموع تقييمات 8 |
المطور | wangmeijian2016 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/wangmeijian/auto_clipboard |
اللغات المدعومة | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "version": "0.10.1", "action": { "default_icon": { "16": "images\/[email protected]", "24": "images\/[email protected]", "32": "images\/[email protected]", "48": "images\/[email protected]", "128": "images\/[email protected]" }, "default_title": "__MSG_defaultTitle__", "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "icons": { "16": "images\/[email protected]", "24": "images\/[email protected]", "32": "images\/[email protected]", "48": "images\/[email protected]", "128": "images\/[email protected]" }, "content_scripts": [ { "matches": [ " |