Code Monkey home page Code Monkey logo

collectjs-chrome's Introduction

###CollectJS

A Chrome extension that allows you to get information necessary to crawl a page.

Originally project was at https://github.com/psherman/collectjs, but transitioning over to an extension from a bookmarklet for ease of use.

Still a work in progress, but most of the project is at a usable level.

To pack extension and use:

  1. In Chrome open up the extensions page (Settings > Tools > Extensions)
  2. Click the "Pack extension..." button and navigate to the extension folder 2b) If you've previously packed the extension, make sure to include the extension.pem so that packing creates an updated extension instead of a new one.
  3. Open the folder where the packed extension (a .crx file) is located (that should be one folder above the extension folder)
  4. Drag the .crx file to the Chrome extensions page
  5. Accept the extension's permissions

Rules format:

sites: {
    example.com: {
        groups: {
            name: {
                name: name,
                indices: [...],
                rules: {
                    name: {
                        capture: ...,
                        index: ...,
                        name: ...,
                        selector: ...,
                        parent: ...,
                        range: ...        
                    }
                }
            },
            ...
        }
    },
    ...
}

collectjs-chrome's People

Contributors

pshrmn avatar

Stargazers

 avatar

Watchers

James Cloos avatar Narava 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.