Easy Url Shortener + QRCode generator
Easy extension that shortens urls and generates QR Codes in one click!
ما هو Easy Url Shortener + QRCode generator؟
Easy Url Shortener + QRCode generator هو إضافة Chrome تم تطويرها بواسطة Elcoder، والميزة الرئيسية لها هي "Easy extension that shortens urls and generates QR Codes in one click!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Easy Url Shortener + QRCode generator
قم بتنزيل ملفات الامتداد Easy Url Shortener + QRCode generator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Easy URL Shortener makes links short Easy extension that shortens urls in a one click. Short links are easier to post on social networks. Short urls are also more elegant and clean. Also the extension generates QR Code with a shortened address encoded. In yet another one click you can copy QR Code to clipboard! Key features of shortened urls: - Shorten links to make them easy to share and easy to remember; - Hide affiliate referal links, tracking labels, and so on. Key features of Easy URL Shortener: - Shortens link for currently open page with one click; - Generates QR Code with encoded url address; - Supports many languages from the box - English, French, German, Spanish, Russian, and many others; - URL Shortener is free. Questions/Feature request: [email protected]
معلومات أساسية عن التمديد
الاسم | Easy Url Shortener + QRCode generator |
ID | jjbnhkmkgmkgmioeilekhfjdkkdchcni |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/easy-url-shortener-+-qrco/jjbnhkmkgmkgmioeilekhfjdkkdchcni |
الوصف | Easy extension that shortens urls and generates QR Codes in one click! |
حجم الملف | 60.83 KB |
عدد التثبيتات | 992 |
النسخة الحالية | 1.0 |
آخر تحديث | 2020-05-03 |
تاريخ النشر | 2020-05-01 |
تقييم | 4.00/5 مجموع تقييمات 2 |
المطور | Elcoder |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://elcoder.ru/projects/url-shortener |
عنوان صفحة سياسة الخصوصية | https://elcoder.ru/url-shortener-privacy-policy |
اللغات المدعومة | de,en,fr,es,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "1.0", "description": "__MSG_appDesc__", "default_locale": "en", "author": "Sergey Yanzin ([email protected])", "homepage_url": "http:\/\/elcoder.ru\/projects\/url-shortener", "permissions": [ "tabs", "declarativeContent", "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "res\/icon16.png", "32": "res\/icon32.png", "48": "res\/icon48.png", "128": "res\/icon128.png" } }, "icons": { "16": "res\/icon16.png", "32": "res\/icon32.png", "48": "res\/icon48.png", "128": "res\/icon128.png" }, "manifest_version": 2 } |