Shawdy It

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

Was ist Shawdy It?

Shawdy It ist eine Chrome-Erweiterung, die von https://shawdy.io entwickelt wurde, und ihr Hauptmerkmal ist "Easily shorten URLs, track history and generate QR codes on the fly.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Shawdy It-Erweiterungs-CRX-Datei herunterladen

Laden Sie Shawdy It-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Shawdy It Shawdy It
ID bebocdlbojnlnalclpmknbjlamacmfno
Offizielle URL https://chromewebstore.google.com/detail/shawdy-it/bebocdlbojnlnalclpmknbjlamacmfno
Beschreibung Easily shorten URLs, track history and generate QR codes on the fly.
Dateigröße 626 KB
Installationsanzahl 16
Aktuelle Version 1.18.26
Letztes Update 2020-09-08
Veröffentlichungsdatum 2020-09-01
Bewertung 4.92/5 Insgesamt 24 Bewertungen
Entwickler https://shawdy.io
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.shawdy.io
Hilfeseite URL https://www.shawdy.io/pages/faq
Unterstützte Sprachen 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"
}