Shawdy It
Easily shorten URLs, track history and generate QR codes on the fly.
O que é Shawdy It?
Shawdy It é uma extensão do Chrome desenvolvida por https://shawdy.io, e sua principal característica é "Easily shorten URLs, track history and generate QR codes on the fly.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Shawdy It
Baixe arquivos de extensão Shawdy It no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Shawdy It |
ID | bebocdlbojnlnalclpmknbjlamacmfno |
URL Oficial | https://chromewebstore.google.com/detail/shawdy-it/bebocdlbojnlnalclpmknbjlamacmfno |
Descrição | Easily shorten URLs, track history and generate QR codes on the fly. |
Tamanho do Arquivo | 626 KB |
Contagem de Instalações | 16 |
Versão Atual | 1.18.26 |
Última Atualização | 2020-09-08 |
Data de Publicação | 2020-09-01 |
Classificação | 4.92/5 Total de 24 Avaliações |
Desenvolvedor | https://shawdy.io |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.shawdy.io |
URL da Página de Ajuda | https://www.shawdy.io/pages/faq |
Idiomas Suportados | 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" } |