Shawdy It

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

Shawdy It là gì?

Shawdy It là một tiện ích mở rộng Chrome được phát triển bởi https://shawdy.io, và tính năng chính của nó là "Easily shorten URLs, track history and generate QR codes on the fly.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Shawdy It

Tải xuống các tệp mở rộng Shawdy It dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Shawdy It Shawdy It
ID bebocdlbojnlnalclpmknbjlamacmfno
URL Chính Thức https://chromewebstore.google.com/detail/shawdy-it/bebocdlbojnlnalclpmknbjlamacmfno
Mô tả Easily shorten URLs, track history and generate QR codes on the fly.
Kích Thước Tệp 626 KB
Số Lần Cài Đặt 16
Phiên Bản Hiện Tại 1.18.26
Cập Nhật Lần Cuối 2020-09-08
Ngày Phát Hành 2020-09-01
Đánh Giá 4.92/5 Tổng số 24 Đánh Giá
Nhà Phát Triển https://shawdy.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.shawdy.io
URL Trang Trợ Giúp https://www.shawdy.io/pages/faq
Ngôn Ngữ Được Hỗ Trợ 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"
}