Shawdy It
Easily shorten URLs, track history and generate QR codes on the fly.
Что такое Shawdy It?
Shawdy It - это расширение Chrome, разработанное https://shawdy.io, и его основная функция - "Easily shorten URLs, track history and generate QR codes on the fly.".
Снимки экрана расширения
Скачать файл CRX расширения Shawdy It
Скачайте файлы расширений Shawdy It в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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
Основная информация о расширении
Название | Shawdy It |
ID | bebocdlbojnlnalclpmknbjlamacmfno |
Официальный URL | https://chromewebstore.google.com/detail/shawdy-it/bebocdlbojnlnalclpmknbjlamacmfno |
Описание | Easily shorten URLs, track history and generate QR codes on the fly. |
Размер файла | 626 KB |
Количество установок | 16 |
Текущая Версия | 1.18.26 |
Последнее Обновление | 2020-09-08 |
Дата публикации | 2020-09-01 |
Рейтинг | 4.92/5 Всего 24 оценок |
Разработчик | https://shawdy.io |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://www.shawdy.io |
URL страницы помощи | https://www.shawdy.io/pages/faq |
Поддерживаемые языки | 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" } |