Puny URL
Puny URL is a shortener URL service. It uses ASCII or Unicode-encoded hostnames for extreme shortness. Puny URL powered by SAPO
ما هو Puny URL؟
Puny URL هو إضافة Chrome تم تطويرها بواسطة suskind، والميزة الرئيسية لها هي "Puny URL is a shortener URL service. It uses ASCII or Unicode-encoded hostnames for extreme shortness. Puny URL powered by SAPO".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Puny URL
قم بتنزيل ملفات الامتداد Puny URL بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
معلومات أساسية عن التمديد
| الاسم | |
| ID | phimjmaoieacdlaibeaocmmjkeaopnea |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/puny-url/phimjmaoieacdlaibeaocmmjkeaopnea |
| الوصف | Puny URL is a shortener URL service. It uses ASCII or Unicode-encoded hostnames for extreme shortness. Puny URL powered by SAPO |
| حجم الملف | 93.91 KB |
| عدد التثبيتات | 54 |
| النسخة الحالية | 1.3 |
| آخر تحديث | 2012-07-22 |
| تاريخ النشر | 2012-07-22 |
| تقييم | 5.00/5 مجموع تقييمات 1 |
| المطور | suskind |
| نوع الدفع | free |
| موقع الإضافة | http://puny.sapo.pt/ |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Puny URL",
"version": "1.3",
"description": "Puny URL is a shortener URL service. It uses ASCII or Unicode-encoded hostnames for extreme shortness. Puny URL powered by SAPO",
"browser_action": {
"default_icon": "punyurl_icon.png",
"default_title": "Puny URL",
"default_popup": "popup.html"
},
"icons": {
"16": "punyurl_icon16x16.png",
"48": "punyurl_icon48x48.png",
"128": "punyurl_icon128x128.png"
},
"options_page": "options.html",
"permissions": [
"tabs",
"https:\/\/services.sapo.pt\/PunyURL\/*"
],
"manifest_version": 2
} | |