A sample Google Chrome browser extension built in flutter web

Overview

My Activities

It is a sample Google Chrome browser extension

The extension was built in Flutter Web.

Flutter Web extension showcase

How to build

% cd /path/to/project/root

% flutter build web --web-renderer html --csp

This will generate a /build/web folder in the root of the project.

How to install in Chrome browser

Note: this is not an official package, not published via Google Extension Market. If you feel uncomfortable to play with it, then stop here. For the rest, have fun! :)

  1. Download the ZIPed extensions package from here.

  2. Unpack it into a folder and remember the path.

  3. In Chrome menu open the Settings -> Extensions page

(Shorter way: type into the browser address bar: chrome://extensions/ )

  1. Enable the Developer mode switch in the top right. Then 3 new buttons will appear, chose the first one: Load unpacked elements ...

  2. Locate the unpacked ZIP folder and select the folder to load.

  3. The extension is loaded.

  4. Open a new browser window, and click the extensions icon (puzzle icon) on the top right: img.png

Pin it:

img_1.png

  1. Open/Close it by clicking on the icon

img_2.png

You might also like...

💙 A simple Flutter app sample with hooks_riverpod, includes HTTP requests by dio using GitHub APIs.

💙 A simple Flutter app sample with hooks_riverpod, includes HTTP requests by dio using GitHub APIs.

Oct 13, 2022

A collection of sample apps that use Stream

A collection of sample apps that use Stream

Flutter samples Quick Links Register to get an API key for Stream Chat Flutter Chat Tutorial Chat UI Kit Flutter SDK Repo What is Stream? Stream allow

Dec 21, 2022

This project is by taking the sample application of the

This project is by taking the sample application of the

debo_eyu A new Flutter project. Any one who want to contact me, use my email [email protected] or on my telegram account using @LindaAug1 let's se

Oct 15, 2021

Sample project for an employee management application.

HR App Sample project for an employee management application. Getting Started Choose a storage implementation to be used. The application currently su

Jul 14, 2022

An (Sample)app that allows users to donate their pets and adopt others pets.

An (Sample)app that allows users to donate their pets and adopt others pets.

PetApp An (Sample)app that allows users to donate their pets and adopt others pets. About I created this app to learn more about Flutter and UI/UX in

Oct 5, 2022

A Fitness app that built on demand. On other hand, built with Flutter.

A Fitness app that built on demand. On other hand, built with Flutter.

A Fitness app that built on demand. On other hand, built with Flutter.

Jun 16, 2022

A Flutter application to demonstrate how to implement Google maps and its advanced options in a flutter app.

A Flutter application to demonstrate how to implement Google maps and its advanced options in a flutter app.

google_maps_flutter_example A new Flutter application to demonstrate how to implement flutter google maps in a flutter application and perfoem advance

Jan 8, 2023

Flutter Google Sheets Example and Neumorphic Design

Flutter Google Sheets Example and Neumorphic Design

Flutter Google Sheets Example and Neumorphic Design Google Sheet is a web-based spreadsheet application created by Google. Google Sheet allows collabo

Jul 26, 2022

Simple tool to open WhatsApp chat without saving the number, developed using Google's Flutter Framework.

Simple tool to open WhatsApp chat without saving the number, developed using Google's Flutter Framework.

Simple tool to open WhatsApp chat without saving the number, developed using Google's Flutter Framework. for Android/ IOS/ Desktop/ Web

Nov 1, 2022
Owner
Viktor BORBÉLY
Viktor Borbely is managing a few guys on his team, besides coding, he is coordinating the design and implementation of Android and Backend apps.
Viktor BORBÉLY
A simple but powerful path-based navigation router with full web-browser and deeplink support.

nav_stack A simple but powerful path-based routing system, based on MaterialApp.router (Nav 2.0). It has browser / deeplink support and maintains a hi

gskinner team 22 Nov 28, 2022
Sample that produces the following issue with Firebase Database web in Flutter

issue_rtdb_controller_already_firing_event Sample that produces the following issue with Firebase Database web in Flutter. @firebase/database: Error:

Deepak Goyal 0 Oct 25, 2021
Wraps flutter_svg and the Flutter SDK image providers and picks the right widget based on the file extension

Hybrid Image Wraps flutter_svg and the Flutter SDK image providers and picks the right widget based on the file extension Features As of right now it'

Dutch Coding Company 1 Jun 18, 2022
Flutter: Integrate Google Maps Tutorial Flutter: Integrate Google Maps Tutorial

Flutter Google Maps APP Show some ❤️ and star the repo to support the project A new Flutter project. Getting Started Flutter Project Add this to your

Pawan Kumar 69 Oct 27, 2022
Beautiful Nike Web Design Concept With Flutter Beautiful Nike Web Design Concept With Flutter

flutter_web_nike A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started

Pawan Kumar 23 Jan 28, 2022
A News app that provides users with the outmost user experiance built with Google's flutter

A News app that provides users with the outmost user experiance built with Google's flutter

Miso Menze 3 Jun 30, 2022
Sample flutter app for getting started with the Amplify Flutter Library.

Amplify Flutter Example Sample flutter app for getting started with the Amplify Flutter Library. This example uses the Auth, Analytics, and Storage co

Dao Hong Vinh 10 Jan 19, 2022
Firebase + Flutter sample apps with code snippets, supported by comprehensive articles for each implementation.

FlutterFire Samples This repo is created to contain various sample apps demonstrating the integration of Firebase with Flutter. The final goal is to c

Souvik Biswas 186 Dec 24, 2022
Flutter Multichannel Packaging Detail Sample Project

Flutter 多渠道打包详解 多渠道打包介绍 多渠道打包的主要作用是满足产品的运营需求,统计渠道和活动效果。 在之前原生(Android、iOS)开发 App 有各种工具来辅助我们完成多渠道打包。 在我们开发过程中也需要为渠道功能负责,原生的开发工具就基本满足我们调试渠道包内容,但是在 Flutt

Zero 25 Jun 27, 2022
This is a sample Flutter Weather Forecast App for Android and iOS.

Basic Flutter (Android + iOS) App (Dart + Dio) - Weather App This is a very beginning friendly project of Flutter. A simple weather forecast App using

Hasan Abdullah 31 Nov 29, 2022