TripSit
A tool to connect you with immediate assistance or information about drugs.
Vad är TripSit?
TripSit är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "A tool to connect you with immediate assistance or information about drugs.".
Tilläggsskärmbilder
Ladda ner TripSit-förlängningens CRX-fil
Ladda ner TripSit-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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! Grundläggande Information om Tillägg
| Namn | |
| ID | kmaagicggglcfocojfpaphcdaengkmen |
| Officiell webbadress | https://chromewebstore.google.com/detail/tripsit/kmaagicggglcfocojfpaphcdaengkmen |
| Beskrivning | A tool to connect you with immediate assistance or information about drugs. |
| Filstorlek | 153 KB |
| Antal Installationer | 24 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2015-06-05 |
| Publiceringsdatum | 2015-06-04 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | Unknown |
| Betalningssätt | free |
| Tilläggswebbplats | http://tripsit.me |
| Stödda Språk | 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"
}
} | |