Copy URL+
Copy a short URL, title, and selected text in any format you want.
ما هو Copy URL+؟
Copy URL+ هو إضافة Chrome تم تطويرها بواسطة Naoto Yokoyama، والميزة الرئيسية لها هي "Copy a short URL, title, and selected text in any format you want.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Copy URL+
قم بتنزيل ملفات الامتداد Copy URL+ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Key features - Keyboard shortcuts - Flexible context menus - URL shortening - Notifications Icons and promotional images are designed by Honeshabri.
معلومات أساسية عن التمديد
الاسم | Copy URL+ |
ID | capojgaalppngkaagaobmigigcgnidmn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/copy-url+/capojgaalppngkaagaobmigigcgnidmn |
الوصف | Copy a short URL, title, and selected text in any format you want. |
حجم الملف | 35.59 KB |
عدد التثبيتات | 3,796 |
النسخة الحالية | 1.1.1 |
آخر تحديث | 2020-08-06 |
تاريخ النشر | 2020-08-06 |
تقييم | 3.93/5 مجموع تقييمات 45 |
المطور | Naoto Yokoyama |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Copy URL+", "version": "1.1.1", "description": "Copy a short URL, title, and selected text in any format you want.", "manifest_version": 2, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "page": "background.html", "persistent": true }, "options_page": "options.html", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "scripts\/keyboard.js", "scripts\/content-script.js" ] } ], "permissions": [ "tabs", "clipboardWrite", "notifications", "contextMenus", "https:\/\/www.googleapis.com\/url\/shortener", "https:\/\/accounts.google.com\/o\/oauth2\/auth", "https:\/\/accounts.google.com\/o\/oauth2\/token", "http:\/\/*\/", "https:\/\/*\/" ] } |