Simple URL Shortener
This extension shows Shortened URL For the current webpage
ما هو Simple URL Shortener؟
Simple URL Shortener هو إضافة Chrome تم تطويرها بواسطة Vishal Goyal، والميزة الرئيسية لها هي "This extension shows Shortened URL For the current webpage".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Simple URL Shortener
قم بتنزيل ملفات الامتداد Simple URL Shortener بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This is a 100% Ad Free Private URL Shortener which provides more useful features like optional Password Protection, Complete Analytics to Track each and every user who clicks a link. Our system allows you to track everything. Whether it is the amount of clicks, the country or the referrer, the data is there. Above all, it is 100% free - http://k2g.co
معلومات أساسية عن التمديد
الاسم | Simple URL Shortener |
ID | cjifcphacfcmdmlgekkbhchcapdhgddi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/simple-url-shortener/cjifcphacfcmdmlgekkbhchcapdhgddi |
الوصف | This extension shows Shortened URL For the current webpage |
حجم الملف | 13.83 KB |
عدد التثبيتات | 121 |
النسخة الحالية | 2.0 |
آخر تحديث | 2015-10-17 |
تاريخ النشر | 2015-10-16 |
تقييم | 3.67/5 مجموع تقييمات 3 |
المطور | Vishal Goyal |
نوع الدفع | free |
موقع الإضافة | http://k2g.co |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple URL Shortener", "description": "This extension shows Shortened URL For the current webpage", "version": "2.0", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/", "http:\/\/*\/", "https:\/\/*\/" ] } |