SkiFree
SkiFree Chrome Extension.
What is SkiFree?
SkiFree is a Chrome extension developed by Venkat Naidu, and its main feature is "SkiFree Chrome Extension.".
Extension Screenshots
Download SkiFree Extension CRX File
Download SkiFree 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 is a work in progress. Links: Officialest page: http://ski.ihoc.net/ Wiki: http://en.wikipedia.org/wiki/SkiFree Github: http://github.com/naiduv/skifree Coming soon: * jumps * courses * ski lifts * skiers/snowboarders * doggies * yeti
Extension Basic Information
Name | |
ID | fdlnnaddiaihgfjjjhngoncjfjfjiggg |
Official URL | https://chromewebstore.google.com/detail/skifree/fdlnnaddiaihgfjjjhngoncjfjfjiggg |
Description | SkiFree Chrome Extension. |
File Size | 73.3 KB |
Installation Count | 480 |
Current Version | 2.0 |
Last Updated | 2014-10-29 |
Publish Date | 2014-10-29 |
Rating | 3.71/5 Total 7 Ratings |
Developer | Venkat Naidu |
[email protected] | |
Payment Type | free |
Help Page URL | https://github.com/naiduv/skifree |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SkiFree", "version": "2.0", "manifest_version": 2, "description": "SkiFree Chrome Extension.", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "background": { "page": "background.html" } } |