Fast URL Shortener
Fast and simple shorten of current tab urls with direct sharing options.
Что такое Fast URL Shortener?
Fast URL Shortener - это расширение Chrome, разработанное https://www.shar3.nl, и его основная функция - "Fast and simple shorten of current tab urls with direct sharing options.".
Снимки экрана расширения
Скачать файл CRX расширения Fast URL Shortener
Скачайте файлы расширений Fast URL Shortener в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Simple shortening your current url by one mouseclick. When the shortlink shows up, its also copied to your clipboard.
Update: Added twitter and facebook icon to share the shorturl directly via these websites.
Update: We have rebuild it completely. Works much more faster! Основная информация о расширении
| Название | |
| ID | hnkpbdkcmbohhidigjoomkccgkaefpgi |
| Официальный URL | https://chromewebstore.google.com/detail/fast-url-shortener/hnkpbdkcmbohhidigjoomkccgkaefpgi |
| Описание | Fast and simple shorten of current tab urls with direct sharing options. |
| Размер файла | 35.64 KB |
| Количество установок | 218 |
| Текущая Версия | 2.0.3 |
| Последнее Обновление | 2014-02-13 |
| Дата публикации | 2014-02-13 |
| Рейтинг | 3.00/5 Всего 2 оценок |
| Разработчик | https://www.shar3.nl |
| Тип оплаты | free |
| Официальный сайт расширения | http://www.shar3.nl |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Fast URL Shortener",
"version": "2.0.3",
"manifest_version": 2,
"description": "Fast and simple shorten of current tab urls with direct sharing options.",
"browser_action": {
"default_title": "Short and share url",
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |