Simple URL Shortener
This extension shows Shortened URL For the current webpage
Что такое Simple URL Shortener?
Simple URL Shortener - это расширение Chrome, разработанное Vishal Goyal, и его основная функция - "This extension shows Shortened URL For the current webpage".
Снимки экрана расширения
Скачать файл CRX расширения Simple URL Shortener
Скачайте файлы расширений Simple URL Shortener в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This is a 100% Ad Free Private URL Shortener which provides more useful features like optional Password Protection, Complete Analytics to Track each and every user who clicks a link. Our system allows you to track everything. Whether it is the amount of clicks, the country or the referrer, the data is there. Above all, it is 100% free - http://k2g.co Основная информация о расширении
| Название | |
| ID | cjifcphacfcmdmlgekkbhchcapdhgddi |
| Официальный URL | https://chromewebstore.google.com/detail/simple-url-shortener/cjifcphacfcmdmlgekkbhchcapdhgddi |
| Описание | This extension shows Shortened URL For the current webpage |
| Размер файла | 13.83 KB |
| Количество установок | 121 |
| Текущая Версия | 2.0 |
| Последнее Обновление | 2015-10-17 |
| Дата публикации | 2015-10-16 |
| Рейтинг | 3.67/5 Всего 3 оценок |
| Разработчик | Vishal Goyal |
| Тип оплаты | free |
| Официальный сайт расширения | http://k2g.co |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Simple URL Shortener",
"description": "This extension shows Shortened URL For the current webpage",
"version": "2.0",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"permissions": [
"activeTab",
"https:\/\/ajax.googleapis.com\/",
"http:\/\/*\/",
"https:\/\/*\/"
]
} | |