pujiaxun / guardian_assistant

An extension demo, which provides a content filter and translation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Guardian Assistant

Introduction

A task from Shanbay.

Tasks

Assuming that there is a Target Page, we expect you to develop a Chrome extension, which can implement following features:

  1. Filter out the ads and useless content of this page. Accurately, just keep the heading, figures and the body of the news.
  2. Pagination. Ample test for various screens size and resolutions.
  3. Popup the translation of the word when click. Translations are expected to be generated from Shanbay's API.

Usage

  1. git clone https://github.com/JasonSi/guardian_assistant.git
  2. cd guardian_assistant
  3. npm i
  4. gulp
  5. Visit chrome://extensions/ and ensure the "Developer mode" checked, click "Load unpacked extension… " to import your extension folder.
  6. Visit the Target Page to test the extension.

About

An extension demo, which provides a content filter and translation.


Languages

Language:JavaScript 88.5%Language:CSS 11.5%