pibigstar / chrome-extension

a functional chrome extension

Repository from Github https://github.compibigstar/chrome-extensionRepository from Github https://github.compibigstar/chrome-extension

chrome-extension

a very useful chrome extension

  • it can block some script
  • it has some useful functions you will use it frequently
  • you can add your custom script to some websites

Add your custom script

  1. find src/script/content/folder
  2. add a your www.example.com.js file, and write your script into it, this script will work in www.example.com
  3. npm run dev or npm run build to generate content_script.jsfile

Enable this extension

  • You need have a Chrome browser
  • clone this project
  • Open Chrome browser, and select Settings - Extensions - Load unpacked, and choose this project from your local disk

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

changelog

  • 09-20 add global time in time conversiontext decoder, make content_script.js more developed
  • 09-19 add time conversionjson formater, text gegex

About

a functional chrome extension


Languages

Language:Vue 57.4%Language:JavaScript 40.6%Language:HTML 1.9%