Shawdy It

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

Cos'è Shawdy It?

Shawdy It è un'estensione di Chrome sviluppata da https://shawdy.io, e la sua funzione principale è "Easily shorten URLs, track history and generate QR codes on the fly.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Shawdy It

Scarica i file di estensione Shawdy It in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Shawdy It Shawdy It
ID bebocdlbojnlnalclpmknbjlamacmfno
URL Ufficiale https://chromewebstore.google.com/detail/shawdy-it/bebocdlbojnlnalclpmknbjlamacmfno
Descrizione Easily shorten URLs, track history and generate QR codes on the fly.
Dimensione del File 626 KB
Conteggio Installazioni 16
Versione Corrente 1.18.26
Ultimo Aggiornamento 2020-09-08
Data di Pubblicazione 2020-09-01
Valutazione 4.92/5 Totale 24 Valutazioni
Sviluppatore https://shawdy.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.shawdy.io
URL della Pagina di Aiuto https://www.shawdy.io/pages/faq
Lingue Supportate 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"
}