TripSit
A tool to connect you with immediate assistance or information about drugs.
What is TripSit?
TripSit is a Chrome extension developed by Unknown, and its main feature is "A tool to connect you with immediate assistance or information about drugs.".
Extension Screenshots
Download TripSit Extension CRX File
Download TripSit extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | TripSit |
ID | kmaagicggglcfocojfpaphcdaengkmen |
Official URL | https://chromewebstore.google.com/detail/tripsit/kmaagicggglcfocojfpaphcdaengkmen |
Description | A tool to connect you with immediate assistance or information about drugs. |
File Size | 153 KB |
Installation Count | 24 |
Current Version | 1.1 |
Last Updated | 2015-06-05 |
Publish Date | 2015-06-04 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Unknown |
Payment Type | free |
Extension Website | http://tripsit.me |
Supported Languages | 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" } } |