chenweiyi / explore-extension-host-page

A more user-friendly browser extension that provides the ability to load local bookmarks and remote bookmarks (from GitHub).

Home Page:https://microsoftedge.microsoft.com/addons/detail/exploreextensionhostpa/nckekhmnhjhnbbddichicnlaaepmjejh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

中文文档

logo

A better browser extension bookmarking tool

Rendered Images

Effect

Configuration Options

Configuration

Explanation

Description of Settings

  • Remember Selected Category: When you choose Local or Github, the selected category will be remembered when opening or refreshing the tab.
  • Remember Selected Folder: When you select a folder, the selected folder will be remembered when opening or refreshing the tab.
  • Display a Phrase: Whether to display a random phrase from Hitokoto.
  • Exclude Folders: Allow excluding certain folders from displaying. Separate multiple folders with commas. For example: "Movies, Development".

Github Configuration Instructions

The github category cannot be used unless the following configuration is fully set. See an example of a valid configuration below:

{
  "github": {
    "owner": "chenweiyi",
    "repo": "bookmarks",
    "path": "bookmark.json",
    "token": "xxxxxx" // Personal access token
  }
}

A referenceable Github repository URL: https://github.com/chenweiyi/bookmarks

  • Owner: Repository owner.
  • Repository Name: Name of the repository.
  • Configuration File Path: The address from which the file is read. For example, if the file to be read is bookmark.json, the configuration file should use .json format. See the file format for reference here.
  • Personal Access Token: access token, see Github Settings for details.

Thanks To

Jonghakseo

License

MIT

About

A more user-friendly browser extension that provides the ability to load local bookmarks and remote bookmarks (from GitHub).

https://microsoftedge.microsoft.com/addons/detail/exploreextensionhostpa/nckekhmnhjhnbbddichicnlaaepmjejh

License:MIT License


Languages

Language:TypeScript 79.9%Language:JavaScript 15.0%Language:CSS 2.9%Language:HTML 1.5%Language:SCSS 0.4%Language:Shell 0.2%