Pigeon
Explore social content. The easiest way to find out what people are saying about what you're reading.
Что такое Pigeon?
Pigeon - это расширение Chrome, разработанное alielshayeb, и его основная функция - "Explore social content. The easiest way to find out what people are saying about what you're reading.".
Снимки экрана расширения
Скачать файл CRX расширения Pigeon
Скачайте файлы расширений Pigeon в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Pigeon is a lightweight chrome extension that gives users a social perspective on what they are reading online.
Summary
Sentiment Analysis
Hashtag suggestion and search Основная информация о расширении
| Название | |
| ID | jjenofeflnahgfcdejlaobmeclmmbmin |
| Официальный URL | https://chromewebstore.google.com/detail/pigeon/jjenofeflnahgfcdejlaobmeclmmbmin |
| Описание | Explore social content. The easiest way to find out what people are saying about what you're reading. |
| Размер файла | 55.74 KB |
| Количество установок | 11 |
| Текущая Версия | 1.4 |
| Последнее Обновление | 2018-06-05 |
| Дата публикации | 2018-06-04 |
| Рейтинг | 5.00/5 Всего 11 оценок |
| Разработчик | alielshayeb |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://getpigeon.herokuapp.com |
| URL страницы помощи | https://getpigeon.herokuapp.com |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Pigeon",
"version": "1.4",
"description": "Explore social content. The easiest way to find out what people are saying about what you're reading.",
"manifest_version": 2,
"incognito": "split",
"icons": {
"128": "images\/icon.png"
},
"browser_action": {
"default_icon": "images\/icon.png",
"default_popup": "popup.html"
},
"permissions": [
"tabs",
"activeTab",
"clipboardRead",
"webRequest",
"webNavigation",
"*:\/\/*.herokuapp.com\/*"
]
} | |