Swellmap Tracker
This extension tracks and logs users access to swell prediction websites.
什么是Swellmap Tracker?
Swellmap Tracker是由matt.leslie开发的Chrome扩展程序,该扩展的主要功能是“This extension tracks and logs users access to swell prediction websites.”。
扩展截图
下载Swellmap Tracker扩展crx文件
下载Swellmap Tracker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Research Project Title: Data based visual system for action sports film Researcher: Matthew Everitt, School of Design, Victoria University of Wellington As part of the completion of my Master of Design, this study is designed to capture and visualise data produced by surfing communities. The aim is to use existing technologies such as the internet and web explorers, with wearable technology to capture data of the ‘surfers’ intent to surf and the action of surfing itself. This research has been approved by Victoria University Human Ethics Committee. I am inviting surfers 18yrs and over to participate in this research. Participants will be asked to install a Google Chrome Extension on their personal computer. By installing the extension permission will be granted to log the users access to swell websites (www.swellmap.com etc.) and users location at the time of access(Mt Cook, Hataitai etc.) and sent to a secure server. A transcript of the logged data can be sent to the users in request. It is important to know that no other information will be retrieved from your computer other than the swell website information and your location (location accuracy is down to a suburb level). Participation is voluntary and confidential, you will not be identified personally in any way and all data and records will be destroyed 1 year after the completion of the study (1st of March 2017). All material collected will be kept confidential in a locked file, and will be viewed only by myself and my supervisor Kah Chan. The thesis will be submitted for marking to the School of Design, and subsequently deposited in the University Library. Should any participant wish to withdraw from the project, they may do so before 19th of December 2015, and the data collected up to that point will be destroyed. By downloading this extension you accept to being part of this study. You accept that your geolocation and history of swell site visits will be stored on a secure server for the duration of this study (ending March 2016). You agree that you are 18yrs or over. If you have any questions or would like to receive further information about the project, please contact me at [email protected], or you may contact my supervisor Kah Chan at [email protected] or telephone 463-6403. If you have any concerns about the ethical conduct of the research you may contact the Victoria University HEC Convener: Associate Professor Susan Corbett. Email [email protected] or telephone +64-4-463 5480.
扩展基本信息
名称 | |
ID | fbkddjiemoelalgncmdldekbmbhbfjlc |
官方URL | https://chrome.google.com/webstore/detail/swellmap-tracker/fbkddjiemoelalgncmdldekbmbhbfjlc |
简介 | This extension tracks and logs users access to swell prediction websites. |
文件大小 | 1.24 MB |
安装次数 | 12 |
当前版本 | 2.0 |
更新时间 | 2015-09-14 |
上架时间 | 2015-09-14 |
开发者 | matt.leslie |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Swellmap Tracker", "version": "2.0", "manifest_version": 2, "description": "This extension tracks and logs users access to swell prediction websites.", "permissions": [ "tabs", "geolocation", "*:\/\/*\/", "https:\/\/polar-spire-5037.herokuapp.com\/*", "storage" ], "background": { "scripts": [ "jquery-2.1.3.min.js", "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.swellmap.co.nz\/surfing\/*", "*:\/\/*.swellmap.com\/surfing\/*", "*:\/\/*.magicseaweed.com\/*", "*:\/\/*.surf2surf.com\/reports\/*", "*:\/\/*.surfline.com\/surf-report\/*", "*:\/\/*.surfline.com\/surf-forecasts\/*", "*:\/\/*.cornish.co.nz\/contact\/webcam\/*", "*:\/\/*.surf-forecast.com\/breaks\/*" ], "js": [ "hello.js" ] } ], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" } } |