Shawdy It

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

Shawdy It란 무엇입니까?

Shawdy It은(는) https://shawdy.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily shorten URLs, track history and generate QR codes on the fly."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Shawdy It 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 URL 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"
}