Giter Club home page Giter Club logo

executor's Introduction

Executor is a class which allows users to feed in urls and a code block that they want executed on each page. It works only as a part of a Chrome extension, Executor then opens a news window with a number of tabs and executes the code block on each page. When the block is finished executing a return value is given back to the background page so the executor can be a good way to get information about a number of different pages, especially if you need to interact with javascript on those pages. 

For the executor to work, you need to provide a request object with a data parameter and a url parameter to the function chrome.extension.sendRequest within the code block you pass so the script knows when to stop.

EG. 
var request = {data: links, url: window.location.href};
chrome.extension.sendRequest(request);

For an example of how the executor works check out the demo, particularly the background.js file. If you want to see it in action, simply load the demo as an unpacked extension in chrome. 

executor's People

Contributors

jezzac avatar

Stargazers

 avatar Jeremy Karmel avatar

Watchers

Jeremy Karmel 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.