Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pmuellr/weinre-ext-sample
sample extension for weinre
https://github.com/pmuellr/weinre-ext-sample
Last synced: about 1 month ago
JSON representation
sample extension for weinre
- Host: GitHub
- URL: https://github.com/pmuellr/weinre-ext-sample
- Owner: pmuellr
- Created: 2011-05-06T16:16:59.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-05-06T17:53:37.000Z (over 13 years ago)
- Last Synced: 2024-04-09T21:04:49.039Z (9 months ago)
- Homepage:
- Size: 91.8 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Sample Weinre Extension
=======================A sample extension for [weinre](http://pmuellr.github.com/weinre/).
Install
=======mkdir ~/.weinre
mkdir ~/.weinre/extensions
cd ~/.weinre/extensions
git clone [email protected]:pmuellr/weinre-ext-sample.git
Programming
===========Extensions are folders stored in your `~/.weinre` direction.
Each folder is a different extension.
Each extension should have a file included in it's base
directory named `extension.html`.To get access to the Web Inspector programming API, you
should include the following file in your `extension.html`
and any other `.html` files you use which need the API.
To see what's available in the API, unzip a `weinre.jar` file,
and read the extract file `web/client/ExtensionAPI.js`.
Good luck, Jim.License
=======The files are available under *either* the terms of the modified BSD license *or* the
MIT License (2008). See http://opensource.org/licenses/alphabetical for full text.Copyright (c) 2011 IBM Corporation (everything else)