Mini URL - The URL shortener
Shortens the current url and copies it to clipboard
ما هو Mini URL - The URL shortener؟
Mini URL - The URL shortener هو إضافة Chrome تم تطويرها بواسطة miniurl2016، والميزة الرئيسية لها هي "Shortens the current url and copies it to clipboard".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Mini URL - The URL shortener
قم بتنزيل ملفات الامتداد Mini URL - The URL shortener بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Mini URL is a url shortener. It is a simple chrome extension that, when clicked, shortens the current URL and copies the shortened url to the clipboard. Mini url uses the Google URL shortener service https://goo.gl/ as the backend. Using the extension is simple: just click the Mini URL icon, a tiny version of the current url is created and sent to the clipboard. To use the short url, just paste!
معلومات أساسية عن التمديد
الاسم | Mini URL - The URL shortener |
ID | oikjbfhojbdndgcjkjeccfelofhihdai |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/mini-url-the-url-shortene/oikjbfhojbdndgcjkjeccfelofhihdai |
الوصف | Shortens the current url and copies it to clipboard |
حجم الملف | 850 KB |
عدد التثبيتات | 170 |
النسخة الحالية | 1.1 |
آخر تحديث | 2016-02-26 |
تاريخ النشر | 2016-02-26 |
تقييم | 4.50/5 مجموع تقييمات 8 |
المطور | miniurl2016 |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mini URL - The URL shortener", "short_name": "Mini URL", "description": "Shortens the current url and copies it to clipboard", "version": "1.1", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "clipboardWrite", "https:\/\/www.googleapis.com\/" ] } |