TripSit
A tool to connect you with immediate assistance or information about drugs.
Qu'est-ce que TripSit ?
TripSit est une extension Chrome développée par Unknown, et sa fonction principale est "A tool to connect you with immediate assistance or information about drugs.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension TripSit
Téléchargez les fichiers d'extension TripSit au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | TripSit |
ID | kmaagicggglcfocojfpaphcdaengkmen |
URL Officiel | https://chromewebstore.google.com/detail/tripsit/kmaagicggglcfocojfpaphcdaengkmen |
Description | A tool to connect you with immediate assistance or information about drugs. |
Taille du Fichier | 153 KB |
Nombre d'Installations | 24 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2015-06-05 |
Date de Publication | 2015-06-04 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Site Web de l'Extension | http://tripsit.me |
Langues Prises en Charge | 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" } } |