Skip to content

Gulp script to publish changes of chrome extension to chrome web store

Notifications You must be signed in to change notification settings

bbird1980/chrome-extension-auto-publish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

chrome-extension-auto-publish

Gulp script to publish changes of chrome extension to chrome web store.

Script uses tasks:

  • clean - deleting ZIP archive with extension;
  • update_version - updating manifest.json version's last integer part (1.2.3 -> 1.2.4, 1.2 -> 1.3);
  • pack - creating new ZIP archive with extension. Task uses 7Zip utility on windows platform to make ZIP with defined pathes. You can change it for your needs;
  • deploy - sending ZIP to chrome web store and publishing it;
  • publish - calling in sequence tasks: clean, update_version, pack and deploy.

How to create OAuth credentials see chrome seb store docs

Warning! You can't change meta-data of your web store chrome extension (screenshots, description etc.) via API, this allowed only through your chrome web store dashboard.

About

Gulp script to publish changes of chrome extension to chrome web store

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published