Skip to content

DevooKim/url-parameters-parser-extension

Repository files navigation

Logo

Table Of Contents

Intro

This extension is parses the URL with parameters.

URL: https://example.com/aaa/111/bbb/222/ccc/333

patterns: ["/aaa/:a_id", "/bbb:b_id", "/ccc:c_id"]

result : { "a_id": 111, "b_id": 222, "c_id": 333 }
image

Install

Download Zip

Features

Options

[
    {
        "name": "example",
        "patterns": [
            "/aaa/:a_id",
            "/bbb/:b_id",
            "/ccc/:c_id"
        ]
    }
]

TODO

  • Button to go to the options page
  • Save with keystrokes on the Options page
  • Export/Import options
  • Automatically select options that match the hostname
  • Dark Theme
  • i18n
  • fancy UI
  • github action - release builder
  • validate import file

Base on [email protected]

About

parses URLs by parameters.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published