Skip to content

raghavdhingra/Uploadcare-Chrome-Extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Uploo | Chrome Extension

Uploo-1400

It's a browser extension that allows you to upload content to the cloud and get a url link to share or use in developing applications.

Testing on Browser

Prerequisites:

  1. Git and Node need to be installed on the local system
  2. Should have a Chrome browser

Installation

  1. Open the terminal, and clone the repository
git clone https://github.com/raghavdhingra/Uploadcare-Chrome-Extension.git
  1. Install the dependencies of the project
npm install
  1. Rename .env.example file to .env file. This will prevent the inline script build by react build command and helps in maintaining the Content Security Policy.

  2. Build the react project to plain HTML, CSS and Javascript files by:

npm run build

This will create a build folder in the base directory of the project.

  1. Open the Chrome Browser, and type:
chrome://extensions
  1. Click on Load Unpacked button and select the same build folder It will be ready to use.

Development testing

For updating the extension, or to add up a feature, run the project on the localhost by typing:

npm start
INLINE_RUNTIME_CHUNK=false npm run build

This will initiate a localhost server on the browser tab and you can update the functionality.

To test within the chrome extension tab, you need to build the application and click refresh package button on the chrome extension page. image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published