Shawdy It

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

Qu'est-ce que Shawdy It ?

Shawdy It est une extension Chrome développée par https://shawdy.io, et sa fonction principale est "Easily shorten URLs, track history and generate QR codes on the fly.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Shawdy It

Téléchargez les fichiers d'extension Shawdy It au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Shawdy It Shawdy It
ID bebocdlbojnlnalclpmknbjlamacmfno
URL Officiel https://chromewebstore.google.com/detail/shawdy-it/bebocdlbojnlnalclpmknbjlamacmfno
Description Easily shorten URLs, track history and generate QR codes on the fly.
Taille du Fichier 626 KB
Nombre d'Installations 16
Version Actuelle 1.18.26
Dernière Mise à Jour 2020-09-08
Date de Publication 2020-09-01
Évaluation 4.92/5 Total 24 Évaluations
Développeur https://shawdy.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.shawdy.io
URL de la Page d'Aide https://www.shawdy.io/pages/faq
Langues Prises en Charge 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"
}