简体   繁体   中英

Extract data from WebPage via chrome Extension

I am looking to make a chrome extension which is continuously scans the webpage I'm currently on, and looks for certain keywords that I type, and if those keywords are typed then do some action accordingly. How is this possible in JavaScript?

a rather simpler yet useful information would help a lot.

You will need to implement your keywords logic on content scripts.

If you need necessary information about chrome extensions - it can be found here .

At first you can look at extension documentation about content scripts and samples .

Documentation for extension API you can find here .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM