foray1010 / Popup-my-Bookmarks

A browser extension that providing a more efficient way to view and manage your bookmarks menu
https://chrome.google.com/webstore/detail/popup-my-bookmarks/mppflflkbbafeopeoeigkbbdjdbeifni
MIT License
122 stars 15 forks source link
bookmark bookmark-manager bookmarks-menu chrome chrome-extension popup

Popup my Bookmarks

Version On Chrome Web Store Download Count On Chrome Web Store Build Status

Popup my Bookmarks is a Chrome extension aims at providing a more efficient way to view and manage your bookmarks menu:

Changelog: https://github.com/foray1010/Popup-my-Bookmarks/blob/master/CHANGELOG.md

Legacy version

Please visit following branches for the legacy versions that support older version of Chrome

Developer guide

Before you start

  1. We are using corepack to manage the yarn version

    corepack enable
  2. cd to your workspace and install all dependencies

    yarn install

Commands

  1. build

    make build

    To build the whole extension and output a zip file (./build/production/{version_in_package.json}.zip) for uploading to Chrome Web Store

  2. dev

    make dev

    To build a temporary folder build/development for loading unpacked extension

  3. lint

    make lint

    To lint if all files follow our linter config

  4. locales

    make locales

    To download the latest locale files from transifex

    • build/store.md - Description for Chrome Web Store
    • README.md - Description for GitHub
  5. md

    make md

    To generate markdown files

    • build/store.md - Description for Chrome Web Store
    • README.md - Description for GitHub

Todo & Working Progress

See https://trello.com/b/bREPCfDk/popup-my-bookmarks

Contributing