Short Copy
Creates a keyboard shortcut (Alt + Shift + C) to shorten the URL of the current tab and copy it to your clipboard.
ما هو Short Copy؟
Short Copy هو إضافة Chrome تم تطويرها بواسطة https://theodo.red، والميزة الرئيسية لها هي "Creates a keyboard shortcut (Alt + Shift + C) to shorten the URL of the current tab and copy it to your clipboard.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Short Copy
قم بتنزيل ملفات الامتداد Short Copy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A very simple Chrome extension which enables you to copy the current url, and have it quickly shortened, in one easy key combination. Perfect if you're just like me, and you hate yourself when you share a huge 100+ character URL with someone. Keep it clean, keep it simple. Alt+Shift+C. [UPDATE] Switched to using is.gd due to their brilliantly simple API. Scissor element of icon from: https://icons8.com/
معلومات أساسية عن التمديد
الاسم | Short Copy |
ID | ehelhgbbjhjbfaleajkhjbdpomnbnkob |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/short-copy/ehelhgbbjhjbfaleajkhjbdpomnbnkob |
الوصف | Creates a keyboard shortcut (Alt + Shift + C) to shorten the URL of the current tab and copy it to your clipboard. |
حجم الملف | 12.63 KB |
عدد التثبيتات | 48 |
النسخة الحالية | 1.1.1 |
آخر تحديث | 2016-06-09 |
تاريخ النشر | 2016-06-09 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | https://theodo.red |
نوع الدفع | free |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Short Copy", "version": "1.1.1", "description": "Creates a keyboard shortcut (Alt + Shift + C) to shorten the URL of the current tab and copy it to your clipboard.", "permissions": [ "https:\/\/*.is.gd\/*", "clipboardWrite", "activeTab", "notifications" ], "background": { "persistent": true, "scripts": [ "background.js" ] }, "icons": { "16": "16.png", "32": "32.png", "48": "48.png", "128": "128.png" }, "commands": { "toggle-pin": { "suggested_key": { "default": "Alt+Shift+C" }, "description": "Copies the URL." } }, "manifest_version": 2 } |