Shawdy It
Easily shorten URLs, track history and generate QR codes on the fly.
¿Qué es Shawdy It?
Shawdy It es una extensión de Chrome desarrollada por https://shawdy.io, y su función principal es "Easily shorten URLs, track history and generate QR codes on the fly.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Shawdy It
Descarga archivos de extensión Shawdy It en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Shawdy It |
ID | bebocdlbojnlnalclpmknbjlamacmfno |
URL Oficial | https://chromewebstore.google.com/detail/shawdy-it/bebocdlbojnlnalclpmknbjlamacmfno |
Descripción | Easily shorten URLs, track history and generate QR codes on the fly. |
Tamaño del Archivo | 626 KB |
Cantidad de Instalaciones | 16 |
Versión Actual | 1.18.26 |
Última Actualización | 2020-09-08 |
Fecha de Publicación | 2020-09-01 |
Calificación | 4.92/5 Total de 24 Calificaciones |
Desarrollador | https://shawdy.io |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.shawdy.io |
URL de la Página de Ayuda | https://www.shawdy.io/pages/faq |
Idiomas Soportados | 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" } |