Skip to content

NCKU-CCS/fake-info-extension

Repository files navigation

fake-info-extension

The repo is a chrome extension for fake info system.

Getting Started

Prerequistes

  • Google Chrome
  • npm 7.3.0
  • eslint 7.26.0

Usage

  • Open google chrome and search chrome://extensions to open plugin manager. Editor

  • Turn-on developer mode.

    Editor
  • Choose 'load unpacked' then open 'extension' folder in this repo.

    Editor Editor
  • Search any news in 聯合新聞網.

  • Pin 'News' chrome extension and click it.

    Editor

ESlint

Installation

  • install npm
$ npm i -g eslint

Usage

This installs the ESLint CLI from the npm repository. To run ESLint, use the following format:

$ eslint [options] [file|dir|glob]*

such as:

$ eslint extension/<file name>.js

Please note that when passing a glob as a parameter, it will be expanded by your shell. The results of the expansion can vary depending on your shell, and its configuration. If you want to use node glob syntax, you have to quote your parameter (using double quotes if you need it to run in Windows), as follows:

$ eslint "extension/<file name>.js"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published