Best URL Shortener
Convert long URLs or Links of websites to short and friendly ones.
Что такое Best URL Shortener?
Best URL Shortener - это расширение Chrome, разработанное Wilson, и его основная функция - "Convert long URLs or Links of websites to short and friendly ones.".
Снимки экрана расширения
Скачать файл CRX расширения Best URL Shortener
Скачайте файлы расширений Best URL Shortener в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
The best URL shortening service that is fast, simple and efficient. No need to sign-up and unlimited links! For any issues, errors, bugs and enhancements, please raise your request at http://tiny.cc/exthelp. Security:- All links are carefully verified and checked before generating short url.
Основная информация о расширении
Название | Best URL Shortener |
ID | jhcjblhckchiedihkfkgjaghggbcmbdn |
Официальный URL | https://chromewebstore.google.com/detail/best-url-shortener/jhcjblhckchiedihkfkgjaghggbcmbdn |
Описание | Convert long URLs or Links of websites to short and friendly ones. |
Размер файла | 226 KB |
Количество установок | 27,544 |
Текущая Версия | 2.0.1 |
Последнее Обновление | 2023-12-29 |
Дата публикации | 2020-01-02 |
Рейтинг | 4.51/5 Всего 55 оценок |
Разработчик | Wilson |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://hybridapps.net/ |
URL страницы помощи | http://tiny.cc/appshelp |
URL страницы политики конфиденциальности | http://tiny.cc/appsprivacy |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Best URL Shortener", "short_name": "Best URL Shortener", "version": "2.0.1", "description": "Convert long URLs or Links of websites to short and friendly ones.", "icons": { "16": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" }, "background": { "service_worker": "service_worker.js", "type": "module" }, "action": { "default_icon": "images\/icon.png", "default_title": "Best URL Shortener", "default_popup": "popup.html" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "permissions": [ "activeTab", "contextMenus", "unlimitedStorage", "storage", "alarms", "scripting" ] } |