Abre.ai! URL Shortener
Shorten URL of pages to send via IM, Twitter, email or wherever you want.
Что такое Abre.ai! URL Shortener?
Abre.ai! URL Shortener - это расширение Chrome, разработанное Demartini, и его основная функция - "Shorten URL of pages to send via IM, Twitter, email or wherever you want.".
Снимки экрана расширения
Скачать файл CRX расширения Abre.ai! URL Shortener
Скачайте файлы расширений Abre.ai! URL Shortener в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Shorten URLs using Abre.ai and send wherever you want. Simple, fast and very easy. After installing the extension just click on the extension icon in front of the address bar and you're done.
Основная информация о расширении
Название | Abre.ai! URL Shortener |
ID | manbfoambbfcbnhmjbnbggklhoclonnb |
Официальный URL | https://chromewebstore.google.com/detail/abreai-url-shortener/manbfoambbfcbnhmjbnbggklhoclonnb |
Описание | Shorten URL of pages to send via IM, Twitter, email or wherever you want. |
Размер файла | 54.4 KB |
Количество установок | 2,120 |
Текущая Версия | 2.0.1 |
Последнее Обновление | 2021-02-02 |
Дата публикации | 2016-11-10 |
Рейтинг | 3.92/5 Всего 13 оценок |
Разработчик | Demartini |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://abre.ai |
URL страницы помощи | https://github.com/demartini/abreai-url-shortener/issues |
Поддерживаемые языки | en,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "short_name": "__MSG_short_name__", "description": "__MSG_description__", "homepage_url": "https:\/\/abre.ai", "author": "Iolar Demartini Junior", "version": "2.0.1", "manifest_version": 2, "default_locale": "pt_BR", "browser_action": { "default_icon": { "16": "assets\/images\/icons\/icon-16.png", "32": "assets\/images\/icons\/icon-32.png", "48": "assets\/images\/icons\/icon-48.png", "128": "assets\/images\/icons\/icon-128.png" }, "default_title": "__MSG_name__", "default_popup": "pages\/popup.html" }, "icons": { "16": "assets\/images\/icons\/icon-16.png", "32": "assets\/images\/icons\/icon-32.png", "48": "assets\/images\/icons\/icon-48.png", "128": "assets\/images\/icons\/icon-128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |