herkyl / scraper

A TF2 Scrap.tf Chrome Extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scraper

Scraper is a Chrome Extension that search for items on scrap.tf, use on your own risk. Kudos to anyone willing to clean up the code. It was just for myself at first but I released it as open source due to public demand.

Loading the extension into Chrome

(from https://developer.chrome.com/extensions/getstarted#unpacked)

Extensions that you download from the Chrome Web Store are packaged up as .crx files, which is great for distribution, but not so great for development. Recognizing this, Chrome gives you a quick way of loading up your working directory for testing. Let's do that now.

Visit chrome://extensions in your browser (or open up the Chrome menu by clicking the icon to the far right of the Omnibox: The menu's icon is three horizontal bars.. and select Extensions under the Tools menu to get to the same place).

Ensure that the Developer mode checkbox in the top right-hand corner is checked.

Click Load unpacked extension… to pop up a file-selection dialog.

Navigate to the directory in which your extension files live, and select it.

Alternatively, you can drag and drop the directory where your extension files live onto chrome://extensions in your browser to load it.

If the extension is valid, it'll be loaded up and active right away! If it's invalid, an error message will be displayed at the top of the page. Correct the error, and try again.

About

A TF2 Scrap.tf Chrome Extension


Languages

Language:JavaScript 92.5%Language:CSS 7.5%