Send URL to Clipboard
Send URL to Clipboard from Toolbar
ما هو Send URL to Clipboard؟
Send URL to Clipboard هو إضافة Chrome تم تطويرها بواسطة https://www.parago.de، والميزة الرئيسية لها هي "Send URL to Clipboard from Toolbar".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Send URL to Clipboard
قم بتنزيل ملفات الامتداد Send URL to Clipboard بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension adds a button to the toolbar that allows you to copy the URL and the title of the web page to the clipboard. That's all!
معلومات أساسية عن التمديد
الاسم | Send URL to Clipboard |
ID | kgjhbeocmonphjgjehbncidbckjbhbmi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/send-url-to-clipboard/kgjhbeocmonphjgjehbncidbckjbhbmi |
الوصف | Send URL to Clipboard from Toolbar |
حجم الملف | 13.46 KB |
عدد التثبيتات | 40 |
النسخة الحالية | 2.0.0 |
آخر تحديث | 2024-02-26 |
تاريخ النشر | 2017-04-02 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | https://www.parago.de |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/jbaurle/SendURLToClipboard |
عنوان صفحة المساعدة | https://github.com/jbaurle/SendURLToClipboard/issues |
عنوان صفحة سياسة الخصوصية | https://github.com/jbaurle/SendURLToClipboard/blob/master/PrivacyPolicy.md |
اللغات المدعومة | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extname__", "version": "2.0.0", "description": "__MSG_extdesc__", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "default_locale": "en", "permissions": [ "tabs", "offscreen", "clipboardWrite" ], "background": { "service_worker": "service_worker.js" }, "action": { "default_icon": { "16": "icon16.png" }, "default_title": "__MSG_extaction__" } } |