Giter VIP home page Giter VIP logo

chrome-zones's Introduction

chrome-zones

Build Status

wraps chrome extension apis so that if they are executing in a zone, their callbacks do too

Why?

If, for instance, you wish to use angular2 in a chrome extension, and want to change renderable/injectable/etc values from within a chrome extension api callback.

How?

Do i use it?

npm install chrome-zones is the easiest.

If npm is too heavy for you, grab a built version from this repo. Note that you'll also need angular/zone.js included in your page.

Example

An example of an angular2 powered chrome extension can be found @ bengreenier/angular2-chrome-zones-quickstart

See example for a complete working example.

Does it work?

Using monkeypatching and zone.wrap. Basically when the script loads it patches the entire chrome.<whatever> api space such that all functions that are called have their last argument (if it is a function) patched with zone.wrap.

License

MIT

chrome-zones's People

Contributors

bengreenier avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.