TripSit
A tool to connect you with immediate assistance or information about drugs.
什麼是TripSit?
TripSit是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“A tool to connect you with immediate assistance or information about drugs.”。
擴展截圖
下載TripSit擴展crx文件
下載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 |
ID | kmaagicggglcfocojfpaphcdaengkmen |
官方網址 | 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" } } |