URL Shortener & QR Code - iShortener
Fast Shorten URL for Web
Что такое URL Shortener & QR Code - iShortener?
URL Shortener & QR Code - iShortener - это расширение Chrome, разработанное Sontaya Dev., и его основная функция - "Fast Shorten URL for Web".
Снимки экрана расширения
Скачать файл CRX расширения URL Shortener & QR Code - iShortener
Скачайте файлы расширений URL Shortener & QR Code - iShortener в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
- QR Code Generator and Save.
- Options Auto Copy.
- Dark Mode.
Make a link that is easier to share, tweet, or email to friends.
Yes, We are using Firebase Dynamic Links API a service that takes long URLs.
Thank for Support. Основная информация о расширении
| Название | |
| ID | gngkohcbjhjhmeomgcebaiemdpkgjdjg |
| Официальный URL | https://chromewebstore.google.com/detail/url-shortener-qr-code-ish/gngkohcbjhjhmeomgcebaiemdpkgjdjg |
| Описание | Fast Shorten URL for Web |
| Размер файла | 98.41 KB |
| Количество установок | 1,038 |
| Текущая Версия | 4.9 |
| Последнее Обновление | 2023-10-11 |
| Дата публикации | 2020-05-16 |
| Рейтинг | 5.00/5 Всего 2 оценок |
| Разработчик | Sontaya Dev. |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://addon.ishort.ink |
| Поддерживаемые языки | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "URL Shortener & QR Code - iShortener",
"version": "4.9",
"description": "Fast Shorten URL for Web",
"permissions": [
"storage",
"activeTab",
"clipboardWrite",
"declarativeContent"
],
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "icons\/link_16.png",
"64": "icons\/link_64.png",
"128": "icons\/link_128.png"
},
"action": {
"default_popup": "popup.html",
"default_title": "Shorten URL & QR Code",
"default_icon": {
"16": "icons\/link_16.png",
"32": "icons\/link_32.png"
}
},
"commands": {
"execute_browser_action": {
"suggested_key": {
"default": "Ctrl+I",
"mac": "MacCtrl+I"
},
"description": "Opens popup.html"
}
},
"short_name": "iShortener",
"author": "9holotpk"
} | |