Shawdy It

Easily shorten URLs, track history and generate QR codes on the fly.

ما هو Shawdy It؟

Shawdy It هو إضافة Chrome تم تطويرها بواسطة https://shawdy.io، والميزة الرئيسية لها هي "Easily shorten URLs, track history and generate QR codes on the fly.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Shawdy It

قم بتنزيل ملفات الامتداد Shawdy It بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Need a link shortened? Shawdy it! Harness the power of me - Shawdy - in your browser today. Easily shorten URLs, track history and generate QR codes on the fly.

That's not all though. Not only can you use my service, but you can use bit.ly, tinyurl or is.gd URL shortening services as well. Even allowing you to use Bit.ly's API. Continue below to see even more of my awesome in-browser features!

Supported URL Shortening Services:

- shawdy.io
- bit.ly
- tinyurl
- is.gd

List of features available

- Copy to clipboard
- Right Click
- QR Code Generate
- History of url shortened
- Delete History
- API support                    

معلومات أساسية عن التمديد

الاسم Shawdy It Shawdy It
ID bebocdlbojnlnalclpmknbjlamacmfno
عنوان URL الرسمي https://chromewebstore.google.com/detail/shawdy-it/bebocdlbojnlnalclpmknbjlamacmfno
الوصف Easily shorten URLs, track history and generate QR codes on the fly.
حجم الملف 626 KB
عدد التثبيتات 16
النسخة الحالية 1.18.26
آخر تحديث 2020-09-08
تاريخ النشر 2020-09-01
تقييم 4.92/5 مجموع تقييمات 24
المطور https://shawdy.io
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.shawdy.io
عنوان صفحة المساعدة https://www.shawdy.io/pages/faq
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shawdy It",
    "version": "1.18.26",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "clipboardWrite",
        "contextMenus",
        "storage"
    ],
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "description": "Easily shorten URLs, track history and generate QR codes on the fly.",
    "icons": {
        "20": "images\/icon_19.png",
        "48": "images\/icon_38.png",
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_title": "browser_action: default_title",
        "default_icon": {
            "20": "images\/icon_19.png",
            "48": "images\/icon_38.png"
        },
        "default_popup": "html\/main.html"
    },
    "web_accessible_resources": [
        "jquery.js",
        "font-awesome.min.css",
        "audio\/sound.mp3"
    ],
    "options_page": "html\/options.html",
    "homepage_url": "https:\/\/www.shawdy.io\/pages\/extension"
}