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文件

下载Shawdy It扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
}