Link2Clipboard
Copy the url with one click!
ما هو Link2Clipboard؟
Link2Clipboard هو إضافة Chrome تم تطويرها بواسطة ProWebJect، والميزة الرئيسية لها هي "Copy the url with one click!".
تحميل ملف CRX للإضافة Link2Clipboard
قم بتنزيل ملفات الامتداد Link2Clipboard بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Copy the current url with only one click! 1. Click Link2Clipboard icon on your browser's bar. 2. Paste text anywhere you want.
معلومات أساسية عن التمديد
الاسم | |
ID | fgkdkcimmppcofigmedhkjbnjeffocle |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/link2clipboard/fgkdkcimmppcofigmedhkjbnjeffocle |
الوصف | Copy the url with one click! |
حجم الملف | 10.09 KB |
عدد التثبيتات | 107 |
النسخة الحالية | 1.0 |
آخر تحديث | 2014-08-24 |
تاريخ النشر | 2014-08-24 |
تقييم | 3.00/5 مجموع تقييمات 1 |
المطور | ProWebJect |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Link2Clipboard", "short_name": "Link2Clipboard", "description": "Copy the url with one click!", "version": "1.0", "author": "ProWebJect - Michal Gora", "icons": { "19": "img\/icon_19.png", "38": "img\/icon_38.png", "128": "img\/icon_128.png" }, "browser_action": { "default_icon": { "19": "img\/icon_19.png", "38": "img\/icon_38.png", "128": "img\/icon_128.png" }, "default_title": "Copy!" }, "options_page": "\/html\/options.html", "permissions": [ "tabs", "clipboardWrite" ], "background": { "page": "\/background\/background.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |