Skip to content

Jared314/chrome.custom.transformer

Repository files navigation

chrome.custom.transformer

chrome.custom.transformer is a library to simplify the in-place page transformations, using dynamic IFrames, in Chrome Extensions.

Installation

The chrome.custom.transformer.js file does not have any external dependencies. Copy the chrome.custom.transformer.js into your extension, and include as you see fit.

If you use the "getLocalResourceContent" method, your extension must contain a Background Page and chrome.custom.transformer.js must be included in said Background Page.

Usage

Usage examples are contained in document_idle.1.js.

Copyright and Licensing

The MIT License

Copyright (c) 2010 Jared Lobberecht

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Chrom Extension library for simulating in-place tranformations of files, using a dynamically generated IFrame.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published