TripSit

A tool to connect you with immediate assistance or information about drugs.

Что такое TripSit?

TripSit - это расширение Chrome, разработанное Unknown, и его основная функция - "A tool to connect you with immediate assistance or information about drugs.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения TripSit

Скачайте файлы расширений TripSit в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This simple extension connects users to the growing community of TripSit, an organization focused on reducing harm for drug users.

Tools included with this extension currently:

• Immediate link to IRC help

• Search the Wiki with just a click

• View drug combinations via drop-down list

--

Suggestions for improvements are always welcomed and encouraged!                    

Основная информация о расширении

Название TripSit TripSit
ID kmaagicggglcfocojfpaphcdaengkmen
Официальный URL https://chromewebstore.google.com/detail/tripsit/kmaagicggglcfocojfpaphcdaengkmen
Описание A tool to connect you with immediate assistance or information about drugs.
Размер файла 153 KB
Количество установок 24
Текущая Версия 1.1
Последнее Обновление 2015-06-05
Дата публикации 2015-06-04
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Unknown
Тип оплаты free
Официальный сайт расширения http://tripsit.me
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TripSit",
    "version": "1.1",
    "description": "A tool to connect you with immediate assistance or information about drugs.",
    "icons": {
        "19": "images\/icon19.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "http:\/\/tripsit.me\/"
    ],
    "browser_action": {
        "default_title": "TripSit",
        "default_popup": "popup.html"
    }
}