your ShortURL service (pygmy)
pygmy shorturl Chrome extension
ما هو your ShortURL service (pygmy)؟
your ShortURL service (pygmy) هو إضافة Chrome تم تطويرها بواسطة Oriol Rius، والميزة الرئيسية لها هي "pygmy shorturl Chrome extension".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة your ShortURL service (pygmy)
قم بتنزيل ملفات الامتداد your ShortURL service (pygmy) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Your short URL service extension based on pygmy (https://github.com/amitt001/pygmy). With this extension you can short URL while you are browsing with Chrome. Take a look on the uploaded video in the screenshots for an example of usage. By the default the service used is https://url.joor.net, if you want to use another service just go the extension options and set up the backend URL. WARNING: this is a very initial version of the service and the Google Chrome extension. Feedback will be welcome, but don't expect and stable version of the extension, neither the service.
معلومات أساسية عن التمديد
الاسم | your ShortURL service (pygmy) |
ID | kchefoihlnhfcaphckpopdknaolfegkp |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/your-shorturl-service-pyg/kchefoihlnhfcaphckpopdknaolfegkp |
الوصف | pygmy shorturl Chrome extension |
حجم الملف | 19.32 KB |
عدد التثبيتات | 119 |
النسخة الحالية | 0.4 |
آخر تحديث | 2018-07-12 |
تاريخ النشر | 2018-07-12 |
المطور | Oriol Rius |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://oriolrius.cat/blog/2018/07/06/url-shortener-service-pygmy/ |
عنوان صفحة المساعدة | http://oriolrius.cat/blog/2018/07/06/url-shortener-service-pygmy/ |
عنوان صفحة سياسة الخصوصية | http://oriolrius.cat/blog/wp-page/shorturl-privacy-policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "your ShortURL service (pygmy)", "version": "0.4", "description": "pygmy shorturl Chrome extension", "icons": { "16": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_title": "Create short URLs", "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "permissions": [ "tabs", "clipboardWrite", "activeTab", "storage" ] } |