Upto.Site URL Shortener
Ultimate url shortener to create instant FREE short urls from your browser
ما هو Upto.Site URL Shortener؟
Upto.Site URL Shortener هو إضافة Chrome تم تطويرها بواسطة NewTabTodo، والميزة الرئيسية لها هي "Ultimate url shortener to create instant FREE short urls from your browser".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Upto.Site URL Shortener
قم بتنزيل ملفات الامتداد Upto.Site URL Shortener بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Quick URL shortener using Upto.Site Public API which lets you create and manage short links quickly and easily
معلومات أساسية عن التمديد
الاسم | Upto.Site URL Shortener |
ID | lllpgenfpmneflmfdglfcpnekpicdajl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/uptosite-url-shortener/lllpgenfpmneflmfdglfcpnekpicdajl |
الوصف | Ultimate url shortener to create instant FREE short urls from your browser |
حجم الملف | 71.79 KB |
عدد التثبيتات | 33 |
النسخة الحالية | 0.0.3 |
آخر تحديث | 2022-03-05 |
تاريخ النشر | 2021-03-24 |
تقييم | 5.00/5 مجموع تقييمات 4 |
المطور | NewTabTodo |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://upto.site |
عنوان صفحة سياسة الخصوصية | https://newtabtodo.com/privacy-policy.html |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.0.3", "name": "Upto.Site URL Shortener", "short_name": "Upto.Site", "description": "Ultimate url shortener to create instant FREE short urls from your browser", "homepage_url": "https:\/\/upto.site\/", "author": "Muhammad Ovi", "browser_action": { "default_icon": "root-assets\/img\/icons\/x32.png", "default_title": "Upto.Site URL Shortener", "default_popup": "popup\/index.html" }, "icons": { "16": "root-assets\/img\/icons\/x16.png", "32": "root-assets\/img\/icons\/x32.png", "48": "root-assets\/img\/icons\/x48.png", "128": "root-assets\/img\/icons\/x128.png" }, "permissions": [ "storage", "activeTab", "contextMenus" ], "background": { "scripts": [ "root-assets\/js\/browser-polyfill.js", "root-assets\/js\/background-script.js" ] } } |