How to create a Google Chrome extension

Опубликовано: 27 Июль 2020
на канале: Miquel Boada Artigas
107
2

In this video we're showing how to create a Google Chrome extension. As example, the extension application gets and shows all the images from a web page.

To create an extension for the Google Chrome browser you must create some files:

manifest.json // data and behavior about the extension

popup.html // visible part of your extension. This file shows all the images in a table.

popup.js // javascript code . You can't embed the code in the html file

getImages.js // to get the images from the web. To reference the current page I need another javascript page. I don't know if it can be simplified.

The only purpose of this video is to show how to create an extension and run it in a Chrome browser. Please, consider that the code may contain some errors and it has not been tested extensively. It's only a prototype! .


Смотрите видео How to create a Google Chrome extension онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Miquel Boada Artigas 27 Июль 2020, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 107 раз и оно понравилось 2 людям.