Neroren Clipboard
Neroren clipboard will remember when, where, and what you copied.
ما هو Neroren Clipboard؟
Neroren Clipboard هو إضافة Chrome تم تطويرها بواسطة neroren2، والميزة الرئيسية لها هي "Neroren clipboard will remember when, where, and what you copied.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Neroren Clipboard
قم بتنزيل ملفات الامتداد Neroren Clipboard بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
You can save text, links and images to the clipboard and reload them.
معلومات أساسية عن التمديد
الاسم | Neroren Clipboard |
ID | ldaldnejcpljkdffcgeaadfdhgdobbpf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/neroren-clipboard/ldaldnejcpljkdffcgeaadfdhgdobbpf |
الوصف | Neroren clipboard will remember when, where, and what you copied. |
حجم الملف | 65.3 KB |
عدد التثبيتات | 119 |
النسخة الحالية | 0.1.9 |
آخر تحديث | 2021-04-05 |
تاريخ النشر | 2021-03-17 |
تقييم | 4.83/5 مجموع تقييمات 6 |
المطور | neroren2 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/LimHaksu/neroren-clipboard |
عنوان صفحة المساعدة | https://github.com/LimHaksu/neroren-clipboard |
اللغات المدعومة | en,zh-CN,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "0.1.9", "manifest_version": 2, "background": { "page": "background.html", "persistent": true }, "permissions": [ "storage", "contextMenus", "downloads", "clipboardRead", "tabs", "*:\/\/*\/*" ], "browser_action": { "default_popup": "popup.html", "default_icon": { "16": ".\/icons\/icon16.png", "32": ".\/icons\/icon32.png", "48": ".\/icons\/icon48.png", "128": ".\/icons\/icon128.png" } }, "icons": { "16": ".\/icons\/icon16.png", "32": ".\/icons\/icon32.png", "48": ".\/icons\/icon48.png", "128": ".\/icons\/icon128.png" }, "options_page": "options.html" } |