Google Chrome extensions are small programs that extend Chrome’s functionality. Google Chrome has a standardized API through which extensions can perform various tasks. In this tutorial, we are going to learn how to make a Chrome extension using Flutter Web. To add a background script to a Flutter Chrome extension, add a new file background script and add an explicit width and height to the index. The background script needs explicit permission to run in the browser.

9m read timeFrom blog.codemagic.io
Post cover image
Table of contents
What is a Google Chrome extension?Add a new manifest.json fileAn explanation of Content Security PolicyConfigure Flutter WebAdd a custom background scriptBuild a Flutter Web projectIntegrate a Codemagic CI/CD pipelinePublish the Chrome extension to Chrome Web StoreConclusion

Sort: